home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / bid05.zip / ESTIBID.DOC < prev    next >
Text File  |  1980-01-01  |  266KB  |  3,163 lines

  1. ""                                                                                
  2. "Detailed Description- How You Set It Up and How You Use It"                      
  3. "   "                                                                             
  4. "2.1 Random Access Master File Stores All Parts Data"                             
  5. ""                                                                                
  6. "The system is `ALL-PURPOSE'- in that it will serve equally well "                
  7. "for any detailed estimating assignment. You simply enter the "                   
  8. "materials or functions that you characteristically use in your work. "           
  9. "They all reside on a `random access' Master file- PARTMST. This"                 
  10. "allows you to lookup any part in seconds for review or update. "                 
  11. "Since all parts are in one place you have NEW control over a "                   
  12. "formerly worrisome task. You lookup by the assigned part number"                 
  13. "or by an abbreviated  (up  to 8 char.) name.  These part numbers"                
  14. "and abbrv. names are in index files- PRTINDEX and NAMINDEX."                     
  15. ""                                                                                
  16. "Special capabilities to estimate sheet metal ducting- fittings "                 
  17. "and installation are accomodated. These include offset dimensions-"              
  18. "square feet for insulation requirements- joint taping and duct "                 
  19. "hanger spacing."                                                                 
  20. ""                                                                                
  21. "These part records- residing on the  Master file- contain this "                 
  22. "information for each part; (A complete set of data for 8 sizes of "              
  23. "the part is stored on each record):"                                             
  24. ""                                                                                
  25. "        Part Number                       up to  7 chars. "                      
  26. "        Description                       up to 20 chars."                       
  27. "        Size Code                          1 or  2 chars."                       
  28. "                This size code references a separate Table file "                
  29. "                that stores all 8 size descriptions (each up to "                
  30. "                14 chars. long) for the 8 sizes stored on each "                 
  31. "                Master record. This saves you much time after you "              
  32. "                set up the appropriate series of sizes on the "                  
  33. "                table."                                                          
  34. "        Name Key                          up to  8 chars."                       
  35. "        Catalog Number                    up to  7 chars.  (opt)"                
  36. "        Mfg/Supply Code                   up to  7 chars.  (opt)"                
  37. "        Related Part Nos.       3 occur.  up to  7 chars.  (opt)"                
  38. "                When this is used- any related parts are automat-"               
  39. "                ically included as equal quantities with the pri-"               
  40. "                mary part during the `Take off' function."                       
  41. "        Markup Percentage                 up to  4 chars.  (opt)"                
  42. "                If used this will automatically compute the retail "             
  43. "                price entry from the cost price entry. The result "              
  44. "                can be over-ridden if desired on an individual "                 
  45. "                basis."                                                          
  46. "        Price Effective Date                     8 chars."                       
  47. "                This date is taken automatically from the `run "                 
  48. "                date' that is entered one time each update run. "                
  49. "                The run date may be over-ridden individually if "                
  50. "                desired."                                                        
  51. "        Industry Price          8 occur.  up to  8 chars."                       
  52. "                This is the `list price' usually taken from an "                 
  53. "                industry guide- ie. in the plumbing trade the "                  
  54. "                `Moore Book'. While 3 price structures are "                     
  55. "                supported-- only 1 is required."                                 
  56. "PAGE.END"                                                                        
  57. "        Installation Labor      8 occur.  up to  5 chars."                       
  58. "           Shop Labor              8 occur.  up to  5 chars."                       
  59. "                Same source as above. Usually expressed in 100ths "              
  60. "                of an hour per part."                                            
  61. "        Actual Cost             8 occur.  up to  8 chars.  (opt)"                
  62. "        Retail                  8 occur.  up to  8 chars.  (opt)"                
  63. "        Misc. Descript                    up to 10 chars.  (opt)"                
  64. "        Misc. Pricing           8 occur.  up to  8 chars.  (opt)"                
  65. ""                                                                                
  66. "The following fields are included especially to support sheet "                  
  67. "metal estimates."                                                                
  68. "        Duct/Fittgs Status                       2 chars.  (opt)          "      
  69. "        Weight                  8 occur.  up to  4 chars.  (opt)"                
  70. "        Square Feet             8 occur.  up to  5 chars.  (opt)"                
  71. "        Offset Dimen 1 (inches)    8 occur.  up to  2 chars.  (opt)"                
  72. "        Offset Dimen 2 (inches) 8 occur.  up to  2 chars.  (opt)"                
  73. "      * Hanger Spacing (inches) 8 occur.  up to  2 chars.  (opt)"                
  74. "        Duct1-Duct2 Sz Field                     1 char.   (opt)"                
  75. "        Duct1 Sz Code                      1 or  2 chars.  (opt)"                
  76. "        Duct2 Sz Code                      1 or  2 chars.  (opt)"                
  77. "      *  Is an alternate use of OFFSET1 (1-8) fields when Duct/"                 
  78. "         Fittgs Status is DL or DW. Update screen is re-labelled."               
  79. "3.1 Initializing Random Access Files"                                            
  80. ""                                                                                
  81. "A random access file can be viewed as a cabinet having many bins "               
  82. "or pigeon holes. You must create the file at the outset to have "                
  83. "enough bins to hold all the records you plan to stuff into it. So-"              
  84. "we have a program we call INITIAL- (EINT) which does just that. "                
  85. "First- you estimate how many parts or materials you will be using "              
  86. "in your type of estimating (taking into account that each record "               
  87. "will store all the information on 8 sizes of the part)."                         
  88. ""                                                                                
  89. "This program will then build the EstiBid Master file with that "                 
  90. "many bins or records for you. You should allow some cushion too. "               
  91. "Now- once this is done you won't run this program again until you "              
  92. "need to enlarge your file. Then it will be run in conjunction "                  
  93. "with the REORG program described later."                                         
  94. ""                                                                                
  95. "The INITIAL- (EINT) program has a menu that lets you select several "            
  96. "files on different disk drives to initialize. That's because the "               
  97. "`Data Base' approach we have used for your record storage requires "             
  98. "a total of three random access files all working closely together. "             
  99. "These 2 additional files are also viewed as file cabinets with "                 
  100. "even more bins- but much smaller bins. These are called index "                  
  101. "files because they are indices used to find the desired record in"               
  102. "the Master file. One of these is stuffed with the part number of "               
  103. "the Master record and the other is stuffed with the 8 char. name "               
  104. "of the part."                                                                    
  105. ""                                                                                
  106. "Now- we have built the EstiBid programs (at a great investment of "              
  107. "effort!) to be able to find the part no. or name index record in "               
  108. "an instant or two using some program formulae. You simply enter "                
  109. "the number or name when the program asks for it and it  finds "                  
  110. "the index record which already has the location of the correct "                 
  111. "Master record. Then the program goes out to that bin and gets the "              
  112. "PAGE.END"                                                                        
  113. "data you need. The Master file is named PARTMST."                                
  114. ""                                                                                
  115. "So- you need to initialize these three files at the very "                       
  116. "beginning. Then as you add parts to the system the PARTUP update "               
  117. "program puts the Master record into the proper bin- builds the two "             
  118. "index records and puts them into their correct bins. You'll notice "             
  119. "from the program menu that you should specify about 30% more index "             
  120. "records than the Master records you specify. This improves the "                 
  121. "efficiency of the system. This applies to both the index files."                 
  122. ""                                                                                
  123. "When you run out of room- we haven't left you dangling- you will "               
  124. "run the INITIAL program again- creating another larger Master "                  
  125. "File with a slightly different name PARTMST1- and two new larger "               
  126. "index files- these do not have new names. Then The REORG program "               
  127. "reads the old Master file PARTMST and writes the record into the "               
  128. "larger new PARTMST1 and at the same time builds the new index "                  
  129. "files. This run is automatic after you start it. When it is fin-"                
  130. "ished- you must rename the new Master to PARTMST- test that "                    
  131. "everything  works  and  then get rid of the old Master  and  it's "              
  132. "index files."                                                                    
  133. ""                                                                                
  134. "Another time when you will need to do all the above will be if "                 
  135. "something damages your index files and you find you do not have"                 
  136. "an adequate back up file. This will hopefully be rare. Back up "                 
  137. "means to copy the files off onto another disk. Then if you have a "              
  138. "problem you can load your back up file- replacing the original "                 
  139. "Master file- re-enter what ever changes or additions that have "                 
  140. "occurred since the back up file was made and you are recovered! "                
  141. "So when damage occurs- you will have two alternates to consider. "               
  142. "REORG or back up recovery. Be prepared with regular back ups!"                   
  143. ""                                                                                
  144. "4.1 Reorganizing the Data Base files"                                            
  145. "   "                                                                             
  146. "Please read the information on Initialization of the files. It "                 
  147. "discusses most of the needs for reorganizing. You should know "                  
  148. "that the file access logic that we use does not require periodic "               
  149. "reorganization to improve response time. Your response time to "                 
  150. "retrieve data should stay approximately the same until the index "               
  151. "files approach 75% full. When the REORG- (EREO) program is run it "              
  152. "will drop off any deleted records. "                                             
  153. ""                                                                                
  154. "4.2  Building the Size Code Table File"                                          
  155. ""                                                                                
  156. "Before you start to add your parts to the Master file- you should "              
  157. "set up the various series of sizes you will be handling. You can "               
  158. "do this right at the keyboard using the SZTAB- (ESIZ) program. Each "            
  159. "table record holds 8 size descriptions (up to 14 chars. long)- "                 
  160. "starting with the smallest in the series. The actual record number "             
  161. "in the table file is the size code that is then entered into the "               
  162. "Master record  for  that part.  The table will handle up to 99 "                 
  163. "codes or records of 8 sizes. It is named SZTABL."                                
  164. ""                                                                                
  165. "If you have an occasional part that requires more than 8 sizes "                 
  166. "you can set up an additional series and add another Master record "              
  167. "(using a different part number but using the exact same 8 char "                 
  168. "PAGE.END"                                                                        
  169. "name key). This use of the same name key will always bring both "                
  170. "Master records up together during the maintenance using program "                
  171. "PARTUP.  One size code will apply to many different parts  having "              
  172. "that same series of sizes."                                                      
  173. ""                                                                                
  174. "To support sheet metal estimating- each Master record also has "                 
  175. "provision for 2 more size codes- `Dimen. 1 SzCd & Dimen. 2 SzCd'. "              
  176. "These also refer to records on the same size code table file. "                  
  177. "Refer to our section 19.1- `EstiBid Master Record/Size Code Table"               
  178. "Relationships'- for further explanation on this subject."                        
  179. ""                                                                                
  180. "5.1 Master File Updating"                                                        
  181. ""                                                                                
  182. "After you have run the program INITIAL and the SZTAB programs you "              
  183. "are ready to add the first parts or materials into the Master "                  
  184. "file. The Master update program is PARTUP- (EMST). The screens are "             
  185. "easy to follow. But first lets give a little thought to the "                    
  186. "selection of the part numbers you are going to assign. The system "              
  187. "will accept any unique number less than 8 digits long."                          
  188. ""                                                                                
  189. "However if you use `blocks' of numbers wisely so that similiar "                 
  190. "parts are associated by numbers in the block it will result in "                 
  191. "easier overall maintenance over the years. For instance- if all "                
  192. "cast iron pipe and fittings are in the same block of numbers it "                
  193. "will make a future program we plan to introduce useful for making "              
  194. "`mass price changes' to that cast iron group. This program will be "             
  195. "able to read all the Master records within the block and change the"             
  196. "prices of all of them by a given percentage. You will furnish the "              
  197. "low and high part numbers in the desired range- the price percent-"              
  198. "age change and the program will do the rest. Even if the mass "                  
  199. "change was incorrect for some of them- you might find you would "                
  200. "rather mass change all of them in the range and then return to "                 
  201. "several of them to put their prices back where they were- saving "               
  202. "considerable time overall."                                                      
  203. ""                                                                                
  204. "Now- you will be able to maintain this segregation within the "                  
  205. "block of records even when new parts are added later- IF you will "              
  206. "`gap' the number assignments at the beginning. So- why not skip "                
  207. "10 between each part number. Start your first group of parts at "                
  208. "part number 10- 20- 30 etc. This will still allow about a million "              
  209. "parts within the entire range. That should be enough!"                           
  210. ""                                                                                
  211. "Another advantage to this sort of thoughtful organization is that "              
  212. "the sequence of the Master file is exactly the same as you load "                
  213. "the parts into it. So- if you put them in- in related groups or "                
  214. "systems etc. that is how they will print out when you run PRNTMST "              
  215. "(EPRM) to get a working list of the file contents. (Another "                    
  216. "program we will introduce in the future is a sort program that "                 
  217. "will build a disk file from the Master file in either part number "              
  218. "sequence or in name key sequence to run into PRNTMST. This will "                
  219. "help those who ignore this planning somewhat). So- If you go about "             
  220. "this thoughtfully it will pay some dividends.   "                                
  221. ""                                                                                
  222. "EMST allows you to enter a 60 character Master file label with"                  
  223. "version numbers for the 2 index files. This lets you identify"                   
  224. "PAGE.END"                                                                        
  225. "back up disks etc. so you can know when one was created."                        
  226. ""                                                                                
  227. "6.1 Printing the Master File"                                                    
  228. ""                                                                                
  229. "The program PRNTMST- (EPRM) prints a working report of the entire "              
  230. "Master file that will be useful in maintenance. It has 2 functions: "            
  231. "              1 prints a single line per part that includes the "                
  232. "                record no. "                                                     
  233. "              2 allows you to either print a complete profile of "               
  234. "                all parts or to selectively print a profile using "              
  235. "                the recd.no. as a pointer to that Master record. "               
  236. "These reports are useful in system maintenance."                                 
  237. ""                                                                                
  238. "6.2 EstiBid Record Lengths"                                                      
  239. ""                                                                                
  240. "             Master record                650 chars. long"                       
  241. "             Part Index record             30 chars. long"                       
  242. "             Name Index record             32 chars. long"                       
  243. "             Size Table  record           130 chars. long"                       
  244. "             Table file record             57 chars. long"                       
  245. "             Reminder record              115 chars. long"                       
  246. "             Reminder Extract recd        115 chars. long"                       
  247. "             Bid Control record           200 chars. long"                       
  248. "             Sub-assembly record          135 chars. long"                       
  249. "             Sub-assembly Extract recd     45 chars. long"                       
  250. "             System record                 92 chars. long "                      
  251. "             Extend Output recd           161 chars. long"                       
  252. "             Scratch Pad record            85 chars. long"                       
  253. "             Bid Summary record           458 chars. long  "                     
  254. "             Job Cost record              810 chars. long"                       
  255. "             Extend Print record          163 chars. long"                       
  256. ""                                                                                
  257. "6.3 EstiBid Storage Requirements"                                                
  258. ""                                                                                
  259. "Approximately 50 Master and associated records can be stored for "               
  260. "every 100K (100-000 chars.) of disk storage one has available. "                 
  261. "This will vary somewhat based on the number of systems (tables) "                
  262. "you have established in your work. Each extra system will have "                 
  263. "some extra storage overhead. Some of the programs have the option "              
  264. "of mounting system disks as they are needed. This is somewhat a "                
  265. "compromise. Most serious estimating applications deserve a micro-"               
  266. "computer with a 10 megabyte hard disk. This will result in "                     
  267. "faster processing as well as giving more room to manuever. "                     
  268. ""                                                                                
  269. "The programs and tables require approximately 1 meg of disk space. "             
  270. "While not all of them need to be resident at any one time- again "               
  271. "ample storage will make life easier for you. The largest program "               
  272. "requires just less than 128K.  "                                                 
  273. ""                                                                                
  274. "All programming is done in CB86 and runs under the MS/DOS or "                   
  275. "PC/DOS operating system on the IBM-PC/XT/AT or compatibles.  "                   
  276. ""                                                                                
  277. "6.4 Customized System Files- Using the Table Program"                            
  278. ""                                                                                
  279. "You can enter the parts or materials into the Master file in any "               
  280. "PAGE.END"                                                                        
  281. "order and still use the EstiBid system efficiently since you have "              
  282. "complete control of the System file structure. You have a program "              
  283. "that allows you to build a set of Table files. You simply enter "                
  284. "all the part numbers of the system into a Table. For instance- all "             
  285. "the cast iron drainage parts- are entered in a Table file along "                
  286. "with the part sequence number you wish to control the order that "               
  287. "the system should have. The most `popular' parts should have the "               
  288. "lowest seq. number allowing them to be at the front of the `take "               
  289. "off' function. The Table program- (ETAB) then sorts the table into "             
  290. "that order. You name the Table files using up to 8 chars. Each Table "           
  291. "file is limited to 125 records to stay within Table sorting memory. "            
  292. ""                                                                                
  293. "When you start a bid- the BLDSYS- (EBLD) program builds special "                
  294. "System files for that particular bid- getting the proper data "                  
  295. "from the Table file- in the sequence of your sorted Table file."                 
  296. ""                                                                                
  297. "7.1 Tally Work Sheets for Each System"                                           
  298. ""                                                                                
  299. "Another important function of the ETAB program is for printing "                 
  300. "the Master Tally Work Sheets for each system. These are printed "                
  301. "in exactly the same sequence you established by sorting the Table "              
  302. "files. The parts are printed in `rows' down the left side and "                  
  303. "there are 8 `columns' for the sizes. These columns are headed up "               
  304. "with the 14 char. size descriptions of the size code that is in "                
  305. "the Master record. If the size code changes from part to part in "               
  306. "a system- the appropriate size headings are inserted in the work "               
  307. "sheet."                                                                          
  308. ""                                                                                
  309. "To use the worksheet- you merely enter `tick marks' or quantity "                
  310. "numbers in the size column as you takes off from the blue print."                
  311. ""                                                                                
  312. "These System Work Sheets conform to the screen layout of your "                  
  313. "takeoff program allowing a data entry clerk to key the work-"                    
  314. "sheets- freeing the estimator to stay with job estimating."                      
  315. ""                                                                                
  316. "You can have sets of these Master Work Sheets printed to use in "                
  317. "bid take offs. This option- entering the quantities into the"                    
  318. "work sheets instead of entering them directly at the keyboard-  "                
  319. "has at least two advantages: 1. Several estimators may work bids "               
  320. "at the same time and; 2. It probably will give better control over "             
  321. "the bidding operation. (A final function of the Takeoff program can "            
  322. "give you a Verification report of each system showing all the "                  
  323. "quantities in the same format as the work sheets)."                              
  324. ""                                                                                
  325. "The Sub-assembly program has a similar work sheet function. These "              
  326. "work sheets also serve as `hard copy' evidence of the Table file "               
  327. "sequence etc. They will be useful to reference in maintaining your "             
  328. "system."                                                                         
  329. ""                                                                                
  330. "7.2 Table Refresh Program"                                                       
  331. ""                                                                                
  332. "The above Table program obtains some data from the Master file as "              
  333. "the entries are made. Since this data has the possibility of "                   
  334. "changing- the entire Table file is `refreshed' if any change is "                
  335. "entered. Additionally- the program TABREFR (ERFR) is furnished to "              
  336. "PAGE.END"                                                                        
  337. "run without attention and refresh all the Table files used in "                  
  338. "your EstiBid system. The data that is refreshed is: Part "                       
  339. "Description- Master part record no.- Master size code and the "                  
  340. "Turbo Sub flag if it represents a Turbo Sub Master recd."                        
  341. ""                                                                                
  342. "8.1 Sub-assemblies to Speed up the Bidding Process"                              
  343. ""                                                                                
  344. "The EstiBid system supports sub-assemblies.  You can configure up "              
  345. "to 40 of them in advance. Each one can have up to 10 parts- "                    
  346. "specifying the quantity and size (1-8) of each part. On takeoff "                
  347. "at any time- you can enter a `S' and these subassemblies- instantly "            
  348. "come up on the screen. If there are any related part numbers "                   
  349. "attached to the parts entered into the subassemblies- they will "                
  350. "also be handled automatically! The program SUBASMB- (ESUB) like all "            
  351. "EstiBid programs- makes easy- quick work of configuring the sub-"                
  352. "assemblies. The sub-assembly file is named SUBASMB. During takeoff- "            
  353. "a 3 char. Job No. may be assigned to individual sub-assemblies.  "               
  354. "The program ESUB also produces an extract file for the specific bid "            
  355. "to hold the sub-assembly quantities for a specific bid."                         
  356. ""                                                                                
  357. "8.2 Turbo Sub is a Great Approach to Sub-assemblies."                            
  358. ""                                                                                
  359. "`Turbo' for fast!  Any Master record may be set up as a Turbo Sub "              
  360. "primary record. Give it the name of the assembly and an "                        
  361. "appropriate size code that might describe a series of similar "                  
  362. "such assemblies. Our program TURBOSUB- (ETRB) lets you enter the "               
  363. "part numbers- quantities and size designation (1-8) for up to 10 "               
  364. "components for the assembly. Any `related' parts will be "                       
  365. "automatically included!"                                                         
  366. ""                                                                                
  367. "Another function of ETRB then processes all the Turbo Subs you "                 
  368. "have established and gets all the pricing and labor information- "               
  369. "totals them and stores the results in the primary Turbo Sub "                    
  370. "Master record you have assigned to the assembly. From there on it "              
  371. "is treated just as any other individual part in the system. It "                 
  372. "speeds up all phases of the work!"                                               
  373. ""                                                                                
  374. "Periodically- you can run ETRB- at your convenience and it will "                
  375. "refresh all Turbo Subs with the current pricing and labor."                      
  376. ""                                                                                
  377. "Turbo Subs could be electrical components: An electrician views "                
  378. "an outlet as a unit cosisting of a box- a connector- a "                         
  379. "convenience duplex outlet and a cover. He sees a run of conduit "                
  380. "as a 10 ft section of 1/2` EMT- 30 ft of #14 wire and a coupling "               
  381. "etc.. A builder might see a 10x10 slab as gravel- plastic "                      
  382. "membrane- rebar and concrete. A 8x10 wall section as siding- "                   
  383. "tarpaper- sheeting- studs- plates- sheetrock and nails. The "                    
  384. "different type of nails could be handled as `misc. material' "                   
  385. "entries with the various parts."                                                 
  386. ""                                                                                
  387. "Now- when the bid is awarded- ETRB will print a material list "                  
  388. "with prices- if desired- of all the parts that made up any Turbo "               
  389. "Subs used in the bid."                                                           
  390. "PAGE.END"                                                                        
  391. "9.1 Non-material Reminder Items and Sub-contractor Totals"                       
  392. ""                                                                                
  393. "You can enter a series of Reminders in advance  that will always "               
  394. "come up at bid summary time. No longer will you wonder if your "                 
  395. "estimators have considered all the routine extras. Also at bid "                 
  396. "summary you may enter all sub-contractor amounts and descriptions. "             
  397. "This program produces the Reminder Extract file- REMXTRXX-"                      
  398. "specifically for your bid. XX represents your assigned bid ID."                  
  399. ""                                                                                
  400. "Another function of the REMIND- (EREM) program allows you to set "               
  401. "up the various options- wage rates and multipliers to be used in "               
  402. "the bid extension step. These options appear on a screen as a "                  
  403. "`fill in the blanks' worksheet allowing you to see the "                         
  404. "relationship of the options. You simply enter Y/N answers. You "                 
  405. "may set up 3 sets of composite wage rates for both shop and "                    
  406. "installation labor. Each composite may include up to 4 wage "                    
  407. "levels with their corresponding % of involvment. The program "                   
  408. "computes the composite from your entries."                                       
  409. ""                                                                                
  410. "This basic set of options is saved from bid to bid for your quick "              
  411. "review and adjustment. A `hard copy' verification is printed of "                
  412. "all options and wages."                                                          
  413. ""                                                                                
  414. "9.2 The Bid Control File"                                                        
  415. ""                                                                                
  416. "You start each bid by copying a Bid Control File from one of "                   
  417. "several `pattern' Bid Control Files you have on hand. You use a "                
  418. "program that guides you easily through the steps to modify the "                 
  419. "copy to suit the current bid. You will have these items in the "                 
  420. "file:"                                                                           
  421. "       1.      The name of the Bid- Address etc."                                
  422. "       2.      A special 2 char. identification code of your "                   
  423. "                choosing"                                                        
  424. "       3.      The names of the systems you will use in this bid"                
  425. "       4.      Individual Labor rates for each system"                           
  426. "       5.      Individual Labor multipliers for each system"                     
  427. "       6.      Individual pricing (3) multipliers for each system"               
  428. "       7.      Number of identical systems in the bid"                           
  429. "       8.      Number of similar systems in the bid"                             
  430. "       9.      System status- processed- labor hours or dollars "                
  431. "                extended"                                                        
  432. ""                                                                                
  433. "Every step in the bid process references this Bid Control File. "                
  434. "The special 2 char. ID code you assigned is your assurance that "                
  435. "you will not mix this bid with another that may be in process. "                 
  436. "The file is named BIDCTL plus ID.  The program that updates the "                
  437. "file is BIDCTRL- (EBID). As many as 99 systems may be included."                 
  438. ""                                                                                
  439. "The individual Labor rates and multipliers- pricing multipliers "                
  440. "give you unusual flexibility to adjust costs system by system dur-"              
  441. "ing the bid EXTEND step- automatically as the EXTEND- (EXTD) or"                 
  442. "(ESMX)- program references these values on the Bid Control file- "               
  443. "BIDCTL."                                                                         
  444. ""                                                                                
  445. "The EXTEND step optionally extends the labor to hours or dollars "               
  446. "PAGE.END"                                                                        
  447. "and applies whatever rates and multipliers you have in the Bid "                 
  448. "Control record for that system. You may wish to apply the labor "                
  449. "rates later during the summary step."                                            
  450. ""                                                                                
  451. "During the bid Extension step- the total material dollars- (Ind. "               
  452. "Cost- Cost & Retail) and the total labor hours (or dollars) for "                
  453. "each system is stored on the Bid Control file and the BIDSUM file"               
  454. "allowing a quick and easy Bid Summary report. At that time the "                 
  455. "summary step can further adjust labor and pricing structures as "                
  456. "often as you desire- always re-running from the base values "                    
  457. "established by the EXTEND step."                                                 
  458. ""                                                                                
  459. "The system status is set automatically by the EXTEND step to "                   
  460. "alert the summary step if labor rates have been applied to the "                 
  461. "hours- thus blocking any double application of labor rates. Any "                
  462. "further modification of labor in the bid SUM step can be handled "               
  463. "by adjusting the labor multipliers."                                             
  464. ""                                                                                
  465. "10.1 Build the Bid's System Files"                                               
  466. ""                                                                                
  467. "The 2nd step in estimating a bid- is to build the System files for "             
  468. "this particular bid using BLDSYS- (EBLD) program. The above "                    
  469. "paragraph- 6.4- on `Customized System Files' discusses this "                    
  470. "function. It is simply a process that uses your Bid Control file to "            
  471. "select the desired Table files- which in turn then builds the "                  
  472. "System record from the Table record file in the sequence you "                   
  473. "established in building the Table files. When you use the takeoff"               
  474. "function to enter the quantities of parts required for the bid- "                
  475. "these quantities will be stored on the System files. These files "               
  476. "will assume the first 4 chars. of the Table names plus the 2 char. "             
  477. "bid ID code plus a file sequence no. and could look like this: "                 
  478. "COPPER Table-  Bid ID- AB  Seq. No. 3     COPPAB3"                               
  479. ""                                                                                
  480. "10.2 Extract the Bid's Sub-assembly File"                                        
  481. ""                                                                                
  482. "If you are using Sub-assemblies in the bid- and they have "                      
  483. "already been configured- you will need to run the SUBASMB- (ESUB)"               
  484. "program function that builds the Sub-assembly Extract file for "                 
  485. "this bid. The quantities of the sub-assemblies used in this bid "                
  486. "are stored on this file. The extract file name is SUBXTR plus the "              
  487. "bid ID code and might be: SUBXTRAB"                                              
  488. ""                                                                                
  489. "10.3 Extract the Bid's Reminder File"                                            
  490. ""                                                                                
  491. "Each bid has it's own Reminder Extract file- allowing you to "                   
  492. "enter costs for each reminder (usually a non-material expense or "               
  493. "sub-contractor descriptions and costs) that apply to that partic-"               
  494. "ular bid. If the reminder does not apply to that bid it is "                     
  495. "quickly bypassed by the estimator. The sub-contractor entries "                  
  496. "will usually be handled at bid summary time. The extract file is "               
  497. "named REMXTR plus the bid ID code and could look like REMXTRAB."                 
  498. "The extract is a function of program REMIND- (EREM)."                            
  499. "PAGE.END"                                                                        
  500. "11.1 Using the Bid Take Off Program"                                             
  501. ""                                                                                
  502. "The TAKEOFF- (ETAK) program supports direct entry at the keyboard "              
  503. "as the estimator follows the various systems through the blueprint. "            
  504. "The program also conforms exactly to the system worksheets "                     
  505. "produced by the TABLE program- allowing a clerk to enter directly "              
  506. "from these worksheets using the quantities written in (or `tick "                
  507. "marked' in) by the estimator. At the conclusion of the take off- a "             
  508. "verification report for each system can be printed in the same"                  
  509. "format as the take off screens and the work sheets for final con-"               
  510. "firmation that the quantities and the worksheets conform."                       
  511. "At `take off' time everything is completely organized for the "                  
  512. "estimator or the data entry clerk. The computer brings in the Bid "              
  513. "Control file- the Sub-assembly extract file (if you are using "                  
  514. "sub-assemblies) and furnishes you a menu of all the systems you "                
  515. "have entered (or copied) on the Bid Control file for this bid."                  
  516. ""                                                                                
  517. "You select the system you are going to trace through the blue- "                 
  518. "print or enter from the worksheet. That system of up to 125 parts "              
  519. "with 8 sizes per part is quickly read into the computer- a block of "            
  520. "records at a time. You select the block starting point. The sub-"                
  521. "assemblies are also stored in the computer."                                     
  522. ""                                                                                
  523. "Then this block of parts for that system come up on the computer "               
  524. "screen with the part descriptions and 8 size columns with their "                
  525. "14 char. size descriptions. You have control of the screen "                     
  526. "`cursor' which indicates which part & size you will enter a quan-"               
  527. "tity into. The `cursor' either moves horizontally across the 8 "                 
  528. "sizes to follow the worksheet or it moves down the page in a par-"               
  529. "ticular size column of your selection to support take off "                      
  530. "directly from the blueprint. You may quickly switch from horizontal "            
  531. "cursor movement to vertical and back. You may also `jump' to "                   
  532. "specific horizontal lines as desired. See APPENDIX 1 for details."               
  533. ""                                                                                
  534. "The most frequently used parts will come up on the early pages "                 
  535. "because you set them up that way with the Table program sequence "               
  536. "numbers. When you want to enter a part's quantity you simply skip "              
  537. "the cursor (pressing `return' key) to the correct part descrip-"                 
  538. "tion and size column and key the quantity. It adds to the amount "               
  539. "that already shows in that field from any previous quantity entry."              
  540. ""                                                                                
  541. "If you have set up the Bid Control record for that system to "                   
  542. "handle any number of exact duplicate systems- (multiple storied "                
  543. "buildings for instance) your quantity entry will automatically be "              
  544. "multiplied by the number of exact duplicates specified on the Bid "              
  545. "Control record for that system. If you wish to reduce a quantity-"               
  546. "you enter the reduction with a minus sign and it reduces without "               
  547. "applying the above `duplicate' feature. If the part you wish to "                
  548. "take off isn't on the page you enter a `M' for `more' and get the "              
  549. "next page in an instant- or a `P' for the previous page. "                       
  550. ""                                                                                
  551. "11.2 Scratch Pad Function in the Take Off Program"                               
  552. ""                                                                                
  553. "Should you encounter a part that is not in your specified system-"               
  554. "you can enter the `SC' function and the computer will bring up a "               
  555. "PAGE.END"                                                                        
  556. "`Scratch Pad' screen for that system. You can enter the quantity"                
  557. "description- price- labors etc. for as many as 18 items- and then"               
  558. "return to the system where you left off. "                                       
  559. ""                                                                                
  560. "12.1 Calculate Cubic Volumes or Areas in the Scratch Pad"                        
  561. ""                                                                                
  562. "While in the `Scratch Pad' mode you may enter `CA' for Calculate- "              
  563. "and you will enter into another screen especially designed to "                  
  564. "easily compute either cubic ft/yds or square ft/yds and the hours "              
  565. "required to handle the total volume or surface computed. This "                  
  566. "function automatically handles and totals 10 segments of volume "                
  567. "or surfaces. The volume formula easily handles a `wedge shaped' "                
  568. "segment as experienced with a hillside footing etc. The area "                   
  569. "formula handles a triangular shaped surface as a segment of a "                  
  570. "roof etc."                                                                       
  571. ""                                                                                
  572. ""                                                                                
  573. "12.2 Cubes- Wedges- Rectangles- Triangles Pictured for Easy"                     
  574. "     Dimension Entry"                                                            
  575. ""                                                                                
  576. "These Calculate Screens display a simple picture of the cube- "                  
  577. "wedge- square or triangle with `fill-in the blanks' dimension "                  
  578. "entries for you at the appropriate places on the picture. You "                  
  579. "enter the dimensions in feet using 2 decimals to represent "                     
  580. "inches. (If you have trouble re-calling the decimal equivalent of "              
  581. "inches- you can enter `DT' function and a table of decimal "                     
  582. "equivalents is displayed instantly for you!)"                                    
  583. ""                                                                                
  584. "By entering the dimensions of the various segments making up your "              
  585. "estimating problem you will obtain a total of up to 10 segments "                
  586. "per use of the Calculate screen. (You could re-enter and handle "                
  587. "10 more segments)."                                                              
  588. ""                                                                                
  589. "When you have completed the segment entries you may exit the "                   
  590. "Calculate screen and return to the Scratch Pad screen where you "                
  591. "left off. The total SqFt/SqYds/Hrs results are also displayed on "               
  592. "this screen with a place for you to enter a dollar rate to apply "               
  593. "to either SqFt- SqYds- FtHrs or YdHrs. When you enter your choice "              
  594. "and the rate- it computes and enters into the Price field of the "               
  595. "Scratch Pad record. You enter the description etc. of the volume "               
  596. "or area."                                                                        
  597. ""                                                                                
  598. "These scratch pad files for each system (as used) are then handled "             
  599. "by the EXTEND program automatically with no further attention from "             
  600. "you."                                                                            
  601. ""                                                                                
  602. "When you are through with the Scratch Pad- for that time- you "                  
  603. "exit and return to the exact place of the system Take Off that "                 
  604. "caused you to go to the Scratch Pad!"                                            
  605. ""                                                                                
  606. "12.3 Easily Exit to Enter Sub-assembly Quantities"                               
  607. ""                                                                                
  608. "When you encounter a previously configured sub-assembly- you "                   
  609. "simply enter a `S' and the screen instantly responds with a take "               
  610. "off menu of the sub-assemblies! You can page through them in the "               
  611. "PAGE.END"                                                                        
  612. "same way as explained above for the system parts. You enter the "                
  613. "quantities adding or subtracting much as explained above. When you "             
  614. "want to return to the system menu you enter an `E' for `exit' and "              
  615. "the computer returns instantly to the page of the system you left "              
  616. "to enter sub-assemblies. As you enter the sub-assembly quantities- "             
  617. "you also may enter the appropriate job no. for job accounting."                  
  618. ""                                                                                
  619. "13.1 Flagging Parts for Selective Printing on Detail Bid"                        
  620. ""                                                                                
  621. "The Take off screen also allows you to enter a flag on any parts "               
  622. "you wish to print selectively on the Detail Bid Report. This print "             
  623. "option causes the flagged (big ticket) parts to print while "                    
  624. "unflagged parts are extended but not printed. See Appendix 1."                   
  625. ""                                                                                
  626. "Incidentally- all the menu control commands like `S'- `M'- `P'- "                
  627. "`E'- `SC' etc. are explained at the foot of every screen for "                   
  628. "your convenience."                                                               
  629. ""                                                                                
  630. "When you are through with one system you enter `E' for exit and "                
  631. "the quantities you entered to that point are stored back onto the "              
  632. "system  disk file. At this point you may elect to print a "                      
  633. "verification report in the same format as the worksheet. You are "               
  634. "then returned to the main menu of systems to select the next sys-"               
  635. "tem you want to take off or you may exit the take off step."                     
  636. ""                                                                                
  637. "13.2 Handling a Partially Completed System Take Off"                             
  638. ""                                                                                
  639. "If you have overlooked parts to enter into a previous system "                   
  640. "it's ok. You simply re-select that system from the main menu- the "              
  641. "computer brings in the system into main memory with all the quan-"               
  642. "tities you previously entered. Then you enter the new quantities "               
  643. "and they add to the ones you entered previously."                                
  644. ""                                                                                
  645. "This allows you to interrupt any bid take off at any point "                     
  646. "safely! An important feature. The fact that the whole bidding "                  
  647. "operation is under tight control of the Bid Control file and it's "              
  648. "Bid ID code is also very important. The Bid ID code makes it "                   
  649. "impossible to mix the quantities from one bid into another as long "             
  650. "as you log the ID codes correctly at the start of each bid."                     
  651. ""                                                                                
  652. "13.3 Handling Identical and Similar Systems"                                     
  653. ""                                                                                
  654. "In paragraph 9.2 we noted that your Bid Control File can be set "                
  655. "up to handle Identical or `duplicate' Systems (a multi-storied "                 
  656. "building could result in several identical or duplicate systems). "              
  657. "These are handled by the Take Off program automatically multiply-"               
  658. "ing the quantities entered by the exact number of identical "                    
  659. "systems on the Bid Control record. The multiplied value shows on "               
  660. "your screen as you enter the quantity for one system. Should you "               
  661. "need to correct an entry- it will require you to enter a "                       
  662. "correction reflecting the number of the identical systems with a "               
  663. "minus sign. The number of identical or duplicate systems is noted "              
  664. "on your Take Off screen."                                                        
  665. ""                                                                                
  666. "Similar or `copied' Systems are merely a way that a large system "               
  667. "PAGE.END"                                                                        
  668. "may be fragmented into smaller more manageable systems. When you "               
  669. "enter a number of `copies' or similar systems in your primary Bid "              
  670. "Control File system record- the Bid Control Program's `copy' "                   
  671. "function produces an extra control record for that number of "                   
  672. "`copies' or similar systems. Each such record is configured like "               
  673. "the primary system record- but has a file number in the file name "              
  674. "that indicates it is one of several copies of the primary system "               
  675. "control record. These `copied' or similar systems then come up "                 
  676. "for Take Off one at a time for part quantity entries."                           
  677. ""                                                                                
  678. "Optionally- a verification report may be printed for each system-"               
  679. "showing quantities in effect."                                                   
  680. ""                                                                                
  681. "14.1 The Bid Extension Program"                                                  
  682. ""                                                                                
  683. "Having finished the bid take off- you are now ready to run the "                 
  684. "EXTEND (EEXD) program. Again the Bid Control file is required and "              
  685. "assures you of the bid identity. If you have sufficient disk drive "             
  686. "capacity to have all the system files mounted at one time (this is "             
  687. "an option)- you will be able to run the EXTEND program without "                 
  688. "interruption or attention after it is started. Each system is "                  
  689. "sub-totalled- summary data is stored on the Bid Control and "                    
  690. "BIDSUM files."                                                                   
  691. ""                                                                                
  692. "14.2 Wide Variety of Bid Options Stored on Reminder File"                        
  693. ""                                                                                
  694. "However- this program furnishes you numerous options to take "                   
  695. "advantage of all the flexibility allowed by multiple pricing "                   
  696. "structures- multipliers for pricing and for two labor structures. "              
  697. "These may be applied individually by system- during either the "                 
  698. "EXTEND step or waiting till the Summary step. Both labor struc-"                 
  699. "tures allow you to enter 4 labor rates with corresponding per-"                  
  700. "centages to be computed automatically into a composite rate "                    
  701. "reflecting the different skill level and cost of apprentice- "                   
  702. "journeyman etc. Rates and multipliers can be stored individ-"                    
  703. "ually by system on the Bid Control File for auto extension!"                     
  704. ""                                                                                
  705. "So- the REMIND program has a function on it's menu that allows you "             
  706. "to enter your most common approach to all these bid options on a "               
  707. "`fill in the blanks' screen. Your answers to all these options are "             
  708. "stored for use over and over on each bid. "                                      
  709. ""                                                                                
  710. "14.3 Quick Revision of All Standard Options"                                     
  711. ""                                                                                
  712. "When the REMIND (EREM) program function comes up- these options and "            
  713. "answers are on the first screen. You then quickly review and revise "            
  714. "them to suit this bid. This screen allows you to re-enter the price "            
  715. "multipliers- and the labor rates with their multipliers. You elect "             
  716. "whether to apply them to the entire bid or to halt the program at "              
  717. "each system and apply them- allowing multiplier revisions- as "                  
  718. "desired. Up to 3 sets of composite labor rates are stored to use on "            
  719. "various systems."                                                                
  720. ""                                                                                
  721. "When you are fully satisfied with the options- (some choices will "              
  722. "eliminate some options of course)- the computer will print out all "             
  723. "PAGE.END"                                                                        
  724. "the options- rates- multipliers etc with a 4 char. option ID of your "           
  725. "choice. These printed options will remain with your detail bid."                 
  726. ""                                                                                
  727. "15.1 Automatically Retrieves and Extends All Related Parts"                      
  728. ""                                                                                
  729. "The options from EREM are used in the EXTEND (EEXD) program. As"                 
  730. "the program extends- (multiplies the quantities times the prices "               
  731. "and the labor in 100ths of hours)- and prints the detail- it "                   
  732. "recognizes if there are any parts `related' to that primary part. "              
  733. "If so- it gets that part (the related part or parts)- from the "                 
  734. "Master file- randomly in a second or so- and also extends it's "                 
  735. "price and labor. The detail print line of the related part "                     
  736. "includes an `R' alongside the quantity."                                         
  737. ""                                                                                
  738. "This is a powerful concept and will save you much estimating effort.  "          
  739. "It is the way to automatically include such materials as solder for "            
  740. "copper sweat joints etc. Set up solder as a related part and `relate' "          
  741. "it to primary parts requiring solder."                                           
  742. ""                                                                                
  743. "15.2 Misc. Description and Quantities"                                           
  744. ""                                                                                
  745. "If the Misc. Description and pricing of the Master record is used "              
  746. "for items that relate to the primary part- they are extended and "               
  747. "identified with an `M' and are summarized together by Misc. Descrip-"            
  748. "tion ID when printed- so that at the end of the detail bid report "              
  749. "you can see their impact and then adjust the bid total if desired."              
  750. ""                                                                                
  751. "15.3 Sub-assemblies Extended"                                                    
  752. ""                                                                                
  753. "After the last system is extended- the program proceeds to extend "              
  754. "the sub-assemblies in a similiar manner. An `S' will be printed"                 
  755. "along side each sub-assembly part. Related parts are treated as "                
  756. "described above and an `R' is printed alongside the quantity."                   
  757. ""                                                                                
  758. "15.4 The Sheet Metal Extend and Detail Bid Print Programs"                       
  759. ""                                                                                
  760. "The logic to handle system files that have sheet metal materials "               
  761. "requires that the EXTEND and detail PRINT programs be two "                      
  762. "separate steps. When the standard extend step discovers such "                   
  763. "materials or parts in a system it will display a message and "                   
  764. "terminate that system extension. In processing sheet metal systems"              
  765. "the EXTEND (ESMX) program produces a detail print file- EXTOUT "                 
  766. "plus the bid ID- perhaps AB-  EXTOUTAB. This file is printed by "                
  767. "the program PRINT (EPRT) producing the final Detail Bid Report. "                
  768. "This PRINT step runs without attention- computing the impact of "                
  769. "the special features that accomodate sheet metal estimating. It"                 
  770. "produces summary reports of ducting and misc. materials."                        
  771. ""                                                                                
  772. "This will cause the detail bid report to have two `grand totals' "               
  773. "if one extend procedure is applied to `standard' materials and "                 
  774. "the other is applied to sheet metal materials. This will however "               
  775. "be the faster process. The 2 sets of systems will all be combined "              
  776. "in the bid summary reports. The special extend (ESMX) program "                  
  777. "will- however properly extend standard systems for printing too."                
  778. "PAGE.END"                                                                        
  779. "16.1 The Bid Summary Program"                                                    
  780. ""                                                                                
  781. "The Bid Summary Program (ESUM) gives you numerous options for "                  
  782. "concluding the bid. These are well identified in the program menu. "             
  783. "The program runs from the Bid Control file and the Reminder file. "              
  784. ""                                                                                
  785. "If all the options have been applied in their final form during "                
  786. "the EXTEND step- you may chose to print the summary report with no"              
  787. "intervention except when the Reminders come up."                                 
  788. ""                                                                                
  789. "16.2 Many `What If' Options for Quick Bid Review/Revision"                       
  790. ""                                                                                
  791. "However- you may wish to enter a 60 char. comment at any system "                
  792. "or sub-assembly summary print out."                                              
  793. ""                                                                                
  794. "Or-- you may wish to review each system on the screen revising the "             
  795. "labor rates and/or multipliers- seeing just how the EXTEND step has "            
  796. "served up the totals to this point. As the systems come up on the "              
  797. "screen the EXTEND results show at the upper portion of the screen "              
  798. "and again at the lower portion. As you choose to revise any rates "              
  799. "and multipliers- you do so at the lower portion. The totals are re-"             
  800. "computed and displayed in the lower fields. The EXTEND results on "              
  801. "the upper portion are never changed and are available for as many "              
  802. "`what if' re-runs of SUM step as you want. When you are satisfied "              
  803. "with this `what if' you can then enter the 60 char. comment to note "            
  804. "why you did what you did! Then the program brings up the next "                  
  805. "system. You have the opportunity to enter or change the 3 char- Job "            
  806. "ID."                                                                             
  807. ""                                                                                
  808. "When all systems have been reviewed- the sub-assemblies (if any) "               
  809. "are handled in the same way."                                                    
  810. ""                                                                                
  811. "Then the Reminders come up for reveiw and revision or bypass. More "             
  812. "non-material entries may be made at this time along with sub-"                   
  813. "contractor entries. Job ID's are attached. "                                     
  814. ""                                                                                
  815. "16.3 Supress Printing of Labor Rates and Multipliers If Desired"                 
  816. ""                                                                                
  817. "You may want to suppress printing the labor rates and the multi-"                
  818. "pliers- and this is an option."                                                  
  819. ""                                                                                
  820. "The summary report is printed showing sub-totals for the Systems-"               
  821. "the Sub-assemblies and the Reminders. A Grand total is furnished. "              
  822. "A Job ID summary report is printed. If any system- sub-assembly-"                
  823. "reminder or sub-contractor is without a job ID it is summarized "                
  824. "into a misc. ID."                                                                
  825. ""                                                                                
  826. "Again- you may run the SUM step as often as desired. Each time it "              
  827. "runs from the results of the EXTEND step. There is no possibility "              
  828. "of double extension or double application of rates etc."                         
  829. ""                                                                                
  830. "The summary data is all stored on the Bid Control File and may be "              
  831. "copied to a separate floppy if desired for long term retention-  "               
  832. "future revision and re-use. You could re-apply all the flexibility "             
  833. "in the SUM Program step to such a bid. Some jobs might be worth a "              
  834. "PAGE.END"                                                                        
  835. "`quick and dirty' estimate if they are similar enough to a past "                
  836. "job. Getting more- profitable- estimates out is- of course- your "               
  837. "goal!"                                                                           
  838. ""                                                                                
  839. "17.1 The Job Cost Accounting Module"                                             
  840. ""                                                                                
  841. "The SUM program automatically produces a Job summary report and"                 
  842. "a 26 week Job File that allows you to enter actual payroll hours- "              
  843. "material and non-material dollars as experienced in implementation. "            
  844. "A comprehensive report gives the %'s expended by job and a % "                   
  845. "planned to date. Updating and reporting use program JOBCST (EJOB)."              
  846. "Additional weeks may be added to the job file as required."                      
  847. ""                                                                                
  848. "17.2 The Re-estimate Program"                                                    
  849. ""                                                                                
  850. "After a bid has been awarded and progress has been made toward "                 
  851. "materials purchased- labor expended etc. you may want to re-"                    
  852. "estimate systems or the entire bid based upon harder- actuals "                  
  853. "being experienced. The program REESTI (ERES) responds to this."                  
  854. ""                                                                                
  855. "If you anticipate doing this- you must save all your bid's system "              
  856. "files along with the Bid Control and BIDSUM files. Next you must "               
  857. "re-name your current Master file to save it for current "                        
  858. "estimating useage. Then you copy the re-named Master file- "                     
  859. "creating a duplicate with the standard name PARTMST. You will be "               
  860. "revising some of this Master's prices as you have actually "                     
  861. "experienced in purchasing. "                                                     
  862. ""                                                                                
  863. "Now- using the program ERES- you use the Bid Control file-"                      
  864. "system files- Turbo Sub-assembly and Sub-assembly files that were "              
  865. "used in the original awarded bid. ERES reads the Bid Control file "              
  866. "either under menu selection or all systems automatically as you "                
  867. "chose. Each system part with the original quantities and pricing "               
  868. "comes up quickly on a data entry screen for your review to "                     
  869. "adjust."                                                                         
  870. ""                                                                                
  871. "When a Turbo Sub entry is encountered- it brings in all the "                    
  872. "components of the assembly for review and revision."                             
  873. ""                                                                                
  874. "Having noted the actual unit costs variations on the original "                  
  875. "bid's detail report or material list as P.O's and invoices are"                  
  876. "processed- will help organize such a re-estimate project."                       
  877. ""                                                                                
  878. "When the prices of the systems in question (or the entire bid) "                 
  879. "have been revised- you simply run the bid EXTEND and SUM steps- "                
  880. "noting the proper multipliers for your purposes."                                
  881. ""                                                                                
  882. "When finished- you will probably want to restore the original "                  
  883. "Master file for on-going current estimates. To do this- simply "                 
  884. "re-name the adjusted Master to something like ADJMST and then "                  
  885. "re-name the original Master back to PARTMST. The EMST program "                  
  886. "allows you to enter a 60 character internal `label' to all Master "              
  887. "files to let you describe why you are keeping a version of the "                 
  888. "Master. If any update to the Master takes place that adds a new "                
  889. "Master record or changes an abbreviated 8 char. part name- it "                  
  890. "PAGE.END"                                                                        
  891. "effects the 2 index files. So the Index file version numbers "                   
  892. "should be embedded in the Master label name. Each Master should "                
  893. "have it-s own Index files."                                                      
  894. ""                                                                                
  895. "If your re-estimating is apt to tie up the Master file for long- "               
  896. "it will be good practice to also copy and re-name the original "                 
  897. "Index files too- to avoid the chance that the Indexes will become "              
  898. "corrupted by casual updates to the Master."                                      
  899. ""                                                                                
  900. "Now- an alternative to the above re-naming procedures would be to "              
  901. "rely on `back up' copies of the various Master and Index files. "                
  902. "Saving the current versions and loading in the version taken (and "              
  903. "saved) after the original bid was processed."                                    
  904. ""                                                                                
  905. "18.1 The Erase Bid Utility Program"                                              
  906. ""                                                                                
  907. "By using the Bid ID code this program-  EERA can find every System "             
  908. "file- and every Scratch Pad file for a specific bid. If you are "                
  909. "sure you are through with these files this program will automatically "          
  910. "find them and ERASE them FOREVER! Very helpful but also VERY powerful. "         
  911. "Be sure of your bid ID and that you are through with the detail of "             
  912. "the systems etc. This ERASE program does not ERASE the Bid "                     
  913. "Control File- the BIDSUM file or the Job file."                                  
  914. ""                                                                                
  915. "18.2 The TESTREAD and COPYMST Utility Programs"                                  
  916. ""                                                                                
  917. "These programs will be used when damage has occurred to Master "                 
  918. "file- probably from a power bump or failure. TESTREAD- (ETST)  will "            
  919. "read the Master file sequentially starting with record 1 and read "              
  920. "as far as it can- letting you know the last record it can read "                 
  921. "successfully."                                                                   
  922. ""                                                                                
  923. "Then you may run COPYMST (ECPY) program to copy that portion of the "            
  924. "damaged file to a larger file that has been initialized. In this "               
  925. "way you can recover as many of the Master records as practical. "                
  926. "This would then be followed by a run of the REORG program to build "             
  927. "the 2 Index files."                                                              
  928. ""                                                                                
  929. "At this point- you would need to re-enter all data that had been "               
  930. "added to the system since that last readable Master record had been "            
  931. "added to the file. A frightening prospect!"                                      
  932. ""                                                                                
  933. "18.3 BACK UP  BACK UP  BACK UP  BACK UP!!"                                       
  934. "All of this is a `last ditch' type of recovery. Far better to back-"             
  935. "up your Master and Index files after each updating session! Or if "              
  936. "you don't see this as practical- backup on a regular schedule and "              
  937. "keep some record of all the changes that were entered since the "                
  938. "backup. Then you can recover by reloading your backup copies to "                
  939. "your hard disk and re-enter the changes that have occurred since "               
  940. "taking the backup. PRACTICE GOOD BACKUP PROCEDURES. IT PAYS!!"                   
  941. ""                                                                                
  942. "18.4 The BAKUP Program for Multiple Floppies"                                    
  943. ""                                                                                
  944. "You should backup your Master and 2 Index files after each updat-"               
  945. "PAGE.END"                                                                        
  946. "ing session. Your computer system utilities should include backup "              
  947. "programs. In MS/DOS we frequently rely on the COPY function."                    
  948. "However- when you are using a hard disk you could have a Master "                
  949. "file that is larger than can be held on one of your floppy disks. "              
  950. "Again- your computer system programs should address this need. "                 
  951. "But- if they don't- you can use the BAKUP (EBAK) program we have "               
  952. "furnished until you purchase such a utility. Ours is NOT fast- "                 
  953. "but we don't want you to be without some tool. This program copies "             
  954. "the Master file from the hard disk to multiple floppies. Later it "              
  955. "will load the same Master file from the multiple floppies back "                 
  956. "onto the hard disk."                                                             
  957. ""                                                                                
  958. "19.1 EstiBid Master Record/Size Code Table Record Relationships"                 
  959. "                                                                    "            
  960. "These illustrations are intended to help you understand how the sys-"            
  961. "tem stores and controls the data so it is available to you in the"               
  962. "desired sequence at Takeoff time and when the detail Bid Report is "             
  963. "printed."                                                                        
  964. ""                                                                                
  965. "Think of these illustrations as a file of records. Each line on the"             
  966. "illustration is a separate record. The Part Master record has a "                
  967. "record for Galvanized Iron Elbows- Copper Tees- Galvanized Iron Tees-"           
  968. "Copper Tees- Copper Elbows- Sheet metal ducting and Duct fittings."              
  969. ""                                                                                
  970. "                       PART MASTER FILE"                                         
  971. "Part   |                    |Size|Duct/|Duct1|Duct2|Duct1 & Duct2 "              
  972. " No.   | Part Description   |Code|Fittg|Sz Cd|Sz Cd|Size Fld(1-8)"               
  973. "-------|--------------------|----|-----|-----|-----|----------------"            
  974. "2345   | Galv Iron Elbow    |  1 |  N  |     |     |"                            
  975. "-------|--------------------|----|-----|-----|-----|----------------"            
  976. "3333   | Sheet Metal Ducting|  4 |DW/DL|     |     |"                            
  977. "-------|--------------------|----|-----|-----|-----|----------------"            
  978. "1222   | Copper Tees        |  2 |  N  |     |     |"                            
  979. "-------|--------------------|----|-----|-----|-----|----------------"            
  980. "2222   | Galv Iron Tees     |  1 |  N  |     |     |  "                          
  981. "-------|--------------------|----|-----|-----|-----|----------------"            
  982. "4343   | Copper Elbow       |  2 |  N  |     |     |"                            
  983. "-------|--------------------|----|-----|-----|-----|----------------"            
  984. "2456   | 10x6(8x8) Duct Ftgs|  3 |FW/FL|  4  |  5  |       6**"                  
  985. "-------|--------------------|----|-----|-----|-----|----------------"            
  986. "4545   | 10x10(10x8)DuctFtgs|  3 |FW/FL|  4  |  5  |       8**"                  
  987. "-------|--------------------|----|-----|-----|-----|----------------"            
  988. ""                                                                                
  989. "The Size Code Table file in this illustration has records 1 thru 5"              
  990. "corresponding to the size codes 1-4 used in the Master file illustra-"           
  991. "tion above. The one code equates to 8 separate `size' descriptions. "            
  992. "These size descriptions may be up to 14 characters long. We say `size' "         
  993. "because you will see from this discussion that the size code can also "          
  994. "represent 8 different part descriptions of the same size. This allows "          
  995. "2 ways of storing parts. The 2nd approach is suited for duct- ftgs."             
  996. "PAGE.END"                                                                        
  997. "Recd No."                                                                        
  998. "   or                SIZE CODE TABLE FILE"                                       
  999. "Size Cd | Des1  | Des2  | Des3 | Des4  | Des5  | Des6  | Des7  | Des8"           
  1000. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1001. "   1    |  1/2  |  3/4  |  1   | 1 1/4 | 1 1/2 |  3    |   4   |    6"           
  1002. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1003. "   2    |  3/8  |  5/8  | 3/4  |   1   | 1 1/4 | 1 1/2 |   2   |    3"           
  1004. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1005. "   3    |  EL   |  TEE  | WYE  |  FLEX | Red EL|Red TEE|Red WYE|Red FLEX"        
  1006. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1007. "   4    |  6x4  |  6x6  | 8x4  |  8x6  |  8x8  |  10x6 |  10x8 |  10x10"         
  1008. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1009. "   5    |  4x4  |  6x4  | 6x6  |  8x4  |  8x6  |   8x8 |  10x6 |  10x8"          
  1010. "--------|-------|-------|------|-------|-------|-------|-------|--------"        
  1011. "        |   1   |   2   |  3   |   4   |   5   |  **6  |    7  |    8"           
  1012. ""                                                                                
  1013. "When you look closely at the above 2 illustrations- you see that the"            
  1014. "Master file records accomodate 3 size codes. Also that Duct and Fit-"            
  1015. "tings may be identified with a N/DW/DL/FW/FL so that our programs can "          
  1016. "give them special handling. You may also notice that the Master re-"             
  1017. "cords are on the file in a `random' order.  "                                    
  1018. ""                                                                                
  1019. "20.1 Special Use of the Size Code Table for Sheet Metal"                         
  1020. ""                                                                                
  1021. "In the case of the Sheet Metal Fittings- we make use of all 3 size "             
  1022. "codes. In the other parts we only use the primary size code. But some "          
  1023. "of the fittings are reducing fittings so they have 2 size dimensions. "          
  1024. "The primary size code is used to describe or name 8 different fittings "         
  1025. "instead of describing 8 sizes of one part."                                      
  1026. ""                                                                                
  1027. "Notice how part no. 2456- describes 10x6 duct fittings with a possible"          
  1028. "(8x8) second dimension. The names of the various fittings are stored "           
  1029. "in the primary size code record- 3. The Duct1 & Duct2 Sz Field- 6-"              
  1030. "points to the proper sizes in the Size Table records 4 and 5."                   
  1031. ""                                                                                
  1032. "The rectangular duct itself- part no. 3333- is described by the primary"         
  1033. "size code- 4. In reality- the size code for the duct could also include "        
  1034. "the different gauges of metal in each 14 char. description field."               
  1035. ""                                                                                
  1036. "Now- this illustration doesn't show it- but the Master record also has "         
  1037. "2 fields to store the `offset' dimensions for the sheet metal fittings."         
  1038. "These are labeled `offset1 and offset2'. You will need to enter the "            
  1039. "offset dimension that corresponds to the Duct1 SZ Cd and Duct2 Sz Cd. "          
  1040. ""                                                                                
  1041. "Then the EstiBid system will automatically subtract these offset "               
  1042. "dimensions from the overall duct length of that dimension as furnished "         
  1043. "during Takeoff. This final ducting length is the actual length of "              
  1044. "ducting required after the total offset dimensions for the fittings in "         
  1045. "that size ducting has been  subtracted out."                                     
  1046. ""                                                                                
  1047. "Okay- that's how the Size Codes and the Size Code Table descriptions"            
  1048. "relate to the Master file records. You will obviously- need to closely"          
  1049. "follow these examples as you set up your sheet metal records."                   
  1050. "PAGE.END"                                                                        
  1051. "21.1 Sheet Metal Labor & Pricing by LinealFt/Pc or by Weight/SqFt"               
  1052. ""                                                                                
  1053. "The Duct-Fittgs field controls this function. You enter either N/DW/DL/"         
  1054. "FW/FL in each Duct or Fittings Master record. The Extend program takes "         
  1055. "care of your choice- applying your entered rate to that system. (N or"           
  1056. "blank = no action). See Appendix 2 for detailed discussion."                     
  1057. ""                                                                                
  1058. "21.2 Summary Reports by Duct Size"                                               
  1059. ""                                                                                
  1060. "All ducting in a system is summarized by duct size furnishing "                  
  1061. "total weight- sqft- amount of offset inches in the run. This sqft "              
  1062. "is used to determine insulation quantities. Misc. Materials are "                
  1063. "also summarized which may handle various grades of joint seal."                  
  1064. ""                                                                                
  1065. "21.3 Duct Hangers Handled as 1st related part"                                   
  1066. ""                                                                                
  1067. "Based upon the `Duct Status' value in the Master recd- the "                     
  1068. "program can know that the 1st related part is the hanger. The "                  
  1069. "hanger spacing has been furnished for the duct- allowing total "                 
  1070. "number of hangers required to be automatically computed for each "               
  1071. "duct size."                                                                      
  1072. ""                                                                                
  1073. "21.5 Three Example Part Entry Work Sheets for Reproduction"                      
  1074. "  "                                                                              
  1075. "The next 3 pages are example worksheets that you may use to control "            
  1076. "your entry of data into your EstiBid System. As you review them and "            
  1077. "the sample data we have entered- you should be able to visualize how "           
  1078. "the various data works together. We suggest you have sufficient of "             
  1079. "these worksheets printed so that at any time you are entering Sheet "            
  1080. "Metal Duct or Fittings- you first fill out the worksheets. This is "             
  1081. "not so important with the other routine parts- but they too- should "            
  1082. "be helpful. "                                                                    
  1083. "PAGE.END"                                                                        
  1084. "       ----------------Routine PARTS Master Recd Worksheet------------------"    
  1085. "Date__________       Max. No. of chars. allowed in ()        Initials_______"    
  1086. ""                                                                                
  1087. "Part No.(7)_________ Description(20)________________________________________"    
  1088. " "                                                                               
  1089. "Name Key(8)___________ Catalog No.(7)___________ Mfg/Supply Code(7)_________"    
  1090. ""                                                                                
  1091. "Rel. Part1(7)___________ Rel. Part2(7)____________ Rel. Part3(7)____________"    
  1092. "  Duct-Fittgs- `Lab/Pr by LnlFt/Pc or Wt'  N/DW/DL/FW/FL  (N=no action) ____"    
  1093. "============================================================================"    
  1094. "    |---Primary---|---Size Code(2)----|Offset inch|-----Part Pricing(8)-----"    
  1095. "Line|Size Cd(2)___|Duct1___ |Duct2___ | Dimens.(2)|        |       |"            
  1096. " No.|Descript.(14)|Descr(14)|Descr(14)|  1  |  2  | Ind-Cst| Retail| Act-Cst   " 
  1097. "====|=============|=========|=========|=====|=====|========|=======|========"    
  1098. "  1 |             |         |         |     |     |        |       |"            
  1099. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1100. "  2 |             |         |         |     |     |        |       |"            
  1101. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1102. "  3 |             |         |         |     |     |        |       |"            
  1103. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1104. "  4 |             |         |         |     |     |        |       |"            
  1105. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1106. "  5 |             |         |         |     |     |        |       |"            
  1107. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1108. "  6 |             |         |         |     |     |        |       |"            
  1109. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1110. "  7 |             |         |         |     |     |        |       |"            
  1111. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1112. "  8 |             |         |         |     |     |        |       |"            
  1113. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1114. "       Duct1 & Duct2 Sz Field (1-8)______"                                       
  1115. ""                                                                                
  1116. "------Additional corresponding data fields continue below on lines 1-8------"    
  1117. "============================================================================"    
  1118. "                                        | Misc. Descr(10)___________________"    
  1119. "Line| Labor(5) | Shp-Lab(5) | Weight(4) | SqFt(5) | Misc. Cst(8) | "             
  1120. "====|==========|============|===========|=========|==============|=========="    
  1121. "  1 |          |            |           |         |              |"              
  1122. "____|__________|____________|___________|_________|______________|__________"    
  1123. "  2 |          |            |           |         |              |"              
  1124. "____|__________|____________|___________|_________|______________|__________"    
  1125. "  3 |          |            |           |         |              |"              
  1126. "____|__________|____________|___________|_________|______________|__________"    
  1127. "  4 |          |            |           |         |              |"              
  1128. "____|__________|____________|___________|_________|______________|__________"    
  1129. "  5 |          |            |           |         |              |"              
  1130. "____|__________|____________|___________|_________|______________|__________"    
  1131. "  6 |          |            |           |         |              |"              
  1132. "____|__________|____________|___________|_________|______________|__________"    
  1133. "  7 |          |            |           |         |              |"              
  1134. "____|__________|____________|___________|_________|______________|__________"    
  1135. "  8 |          |            |           |         |              |"              
  1136. "____|__________|____________|___________|_________|______________|__________"    
  1137. "----------Software Associates Laboratories- San Bernardino- CA 92404--------"    
  1138. "PAGE.END"                                                                        
  1139. "   -----------Sheet Metal DUCTING/HANGERS Master Recd Worksheet----------"       
  1140. "Date__________       Max. No. of chars. allowed in ()        Initials_______"    
  1141. "Part No.(7)_________ Description(20)________________________________________"    
  1142. "Name Key(8)___________ Catalog No.(7)___________ Mfg/Supply Code(7)_________"    
  1143. "Rel. Part1(7)___________ Rel. Part2(7)____________ Rel. Part3(7)____________"    
  1144. "(Rel. Part1 is used exclusively for ducting hangers- accomodating up to 8 "      
  1145. "grades or types for the same dimension duct work. Hanger selection will be"      
  1146. "automatic based upon Rel. Part1's Size Code.) Duct-Fittgs- N/DW/DL/FW/FL____"    
  1147. "============================================================================"    
  1148. " Hanger Spcg(alternate use  OFFSET1)in(2)___|Misc. Descr(10)________________"    
  1149. "Line|Size CD(2)___|-----Part Pricing(8)-----|Labor|Shp-Lb| Wt |SqFt|Misc.Cst"    
  1150. " No.|Descript.(14)| Ind-Cst| Retail| Act-Cst| (5) |  (5) | (4)| (5)|   (8) "     
  1151. "====|=============|========|=======|========|=====|======|====|====|========"    
  1152. "  1 |             |        |       |        |     |      |    |    |   "         
  1153. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1154. "  2 |             |        |       |        |     |      |    |    |   "         
  1155. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1156. "  3 |             |        |       |        |     |      |    |    |   "         
  1157. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1158. "  4 |             |        |       |        |     |      |    |    |   "         
  1159. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1160. "  5 |             |        |       |        |     |      |    |    |   "         
  1161. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1162. "  6 |             |        |       |        |     |      |    |    |   "         
  1163. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1164. "  7 |             |        |       |        |     |      |    |    |   "         
  1165. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1166. "  8 |             |        |       |        |     |      |    |    |   "         
  1167. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1168. "         Hanger Part Data to Compliment the Above Ducting Follows:"              
  1169. "               (The Part No. will be the above Rel. Part1)"                      
  1170. "Part No.(7)_________ Description(20)________________________________________"    
  1171. "Name Key(8)___________ Catalog No.(7)___________ Mfg/Supply Code(7)_________"    
  1172. "Rel. Part1(7)___________ Rel. Part2(7)____________ Rel. Part3(7)____________"    
  1173. "============================================================================"    
  1174. "                                            |Misc. Descr(10)________________"    
  1175. "Line|Size CD(2)___|-----Part Pricing(8)-----|Labor|Shp-Lb| Wt |SqFt|Misc.Cst"    
  1176. " No.|Descript.(14)| Ind-Cst| Retail| Act-Cst| (5) |  (5) | (4)| (5)|   (8) "     
  1177. "====|=============|========|=======|========|=====|======|====|====|========"    
  1178. "  1 |             |        |       |        |     |      |    |    |   "         
  1179. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1180. "  2 |             |        |       |        |     |      |    |    |   "         
  1181. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1182. "  3 |             |        |       |        |     |      |    |    |   "         
  1183. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1184. "  4 |             |        |       |        |     |      |    |    |   "         
  1185. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1186. "  5 |             |        |       |        |     |      |    |    |   "         
  1187. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1188. "  6 |             |        |       |        |     |      |    |    |   "         
  1189. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1190. "  7 |             |        |       |        |     |      |    |    |   "         
  1191. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1192. "  8 |             |        |       |        |     |      |    |    |   "         
  1193. "____|_____________|________|_______|________|_____|______|____|____|________"    
  1194. "PAGE.END"                                                                        
  1195. "   -------------Sheet Metal FITTINGS Master Recd Worksheet---------------"       
  1196. "Date__________       Max. No. of chars. allowed in ()        Initials_______"    
  1197. " Part No.(7)_________ Description(20)_______________________________________"    
  1198. " Name Key(8)___________ Catalog No.(7)___________ Mfg/Supply Code(7)________"    
  1199. ""                                                                                
  1200. "Rel. Part1(7)___________ Rel. Part2(7)____________ Rel. Part3(7)____________"    
  1201. "     Duct1 & Duct2 Sz (Field 1-8)(1)___  Duct-Fittgs N/DW/DL/FW/FL____"          
  1202. "============================================================================"    
  1203. "    |---Primary---|---Size Code(2)----|Offset inch|-----Part Pricing(8)-----"    
  1204. "Line|Size Cd(2)___|Duct1___ |Duct2___ | Dimens.(2)|        |       |"            
  1205. " No.|Descript.(14)|Descr(14)|Descr(14)|  1  |  2  | Ind-Cst| Retail| Act-Cst"    
  1206. "====|=============|=========|=========|=====|=====|========|=======|========"    
  1207. "  1 |             |         |         |     |     |        |       |"            
  1208. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1209. "  2 |             |         |         |     |     |        |       |"            
  1210. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1211. "  3 |             |         |         |     |     |        |       |"            
  1212. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1213. "  4 |             |         |         |     |     |        |       |"            
  1214. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1215. "  5 |             |         |         |     |     |        |       |"            
  1216. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1217. "  6 |             |         |         |     |     |        |       |"            
  1218. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1219. "  7 |             |         |         |     |     |        |       |"            
  1220. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1221. "  8 |             |         |         |     |     |        |       |"            
  1222. "____|_____________|_________|_________|_____|_____|________|_______|________"    
  1223. "       Duct1 & Duct2 Sz Field (1-8)____"                                         
  1224. ""                                                                                
  1225. "------Additional corresponding data fields continue below on lines 1-8------"    
  1226. ""                                                                                
  1227. "==========================================================================="     
  1228. "                                        | Misc. Descr(10)___________________"    
  1229. "Line| Labor(5) | Shp-Lab(5) | Weight(4) | SqFt(5) | Misc. Cst(8) | "             
  1230. "====|==========|============|===========|=========|==============|=========="    
  1231. "  1 |          |            |           |         |              |"              
  1232. "____|__________|____________|___________|_________|______________|__________"    
  1233. "  2 |          |            |           |         |              |"              
  1234. "____|__________|____________|___________|_________|______________|__________"    
  1235. "  3 |          |            |           |         |              |"              
  1236. "____|__________|____________|___________|_________|______________|__________"    
  1237. "  4 |          |            |           |         |              |"              
  1238. "____|__________|____________|___________|_________|______________|__________"    
  1239. "  5 |          |            |           |         |              |"              
  1240. "____|__________|____________|___________|_________|______________|__________"    
  1241. "  6 |          |            |           |         |              |"              
  1242. "____|__________|____________|___________|_________|______________|__________"    
  1243. "  7 |          |            |           |         |              |"              
  1244. "____|__________|____________|___________|_________|______________|__________"    
  1245. "  8 |          |            |           |         |              |"              
  1246. "____|__________|____________|___________|_________|______________|__________"    
  1247. "----------Software Associates Laboratories- San Bernardino- CA 92404--------"    
  1248. "PAGE.END"                                                                        
  1249. "25.1 More on Random Access Master and Table Files"                               
  1250. ""                                                                                
  1251. "We noted before that the Master file records do not have to be in "              
  1252. "any particular order. The system will work fine without you giving "             
  1253. "any attention to the sequence of entering the records on the files. "            
  1254. "(You may find it a bit easier to enter the parts in groupings on the "           
  1255. "Master file. Easier to review various listings of the Master file "              
  1256. "for maintenance etc.- but it isn't critical at all)."                            
  1257. ""                                                                                
  1258. "First- the Master records are retrieved for you by randomly read-"               
  1259. "ing one of the 2 Master file indexes. If you enter a part number "               
  1260. "it finds the Master record from data stored on the Part Index file. "            
  1261. ""                                                                                
  1262. "If you enter the abbreviated (up to 8 char.) name key- it finds the "            
  1263. "Master records that have that name key. The index records are built "            
  1264. "and maintained automatically by your PARTUP program as you enter "               
  1265. "or modify the Master record data."                                               
  1266. ""                                                                                
  1267. "Second- you have complete control of the order (sequence) that the "             
  1268. "parts appear on the Takeoff screen (and System worksheets) and the "             
  1269. "Bid Detail Report by setting up a simple System Table File for each "            
  1270. "of the various systems you use in bidding. These tables contain all "            
  1271. "the part nos. to be used in that particular system. It also con-"                
  1272. "tains a sequence number along with each part number. The same "                  
  1273. "table program `TABLE' that you use to build the tables- also sorts "             
  1274. "each table on these sequence numbers- putting the smallest sequence "            
  1275. "and it's associated part number at the top or front of the table "               
  1276. "file and the largest sequence number and it's associated part num-"              
  1277. "ber at the end or bottom of the file. So- as you enter the seq. nos. "           
  1278. "you should `gap' them letting you at a later time insert parts "                 
  1279. "anywhere in the middle of the table by simply using an in-between "              
  1280. "sequence number as you add the new part number to the end of the "               
  1281. "table.. "                                                                        
  1282. ""                                                                                
  1283. "You give these tables meaningful names like Copper- CastIr- Galvan "             
  1284. "etc. 8 chars or less. You build them when you first bring up the "               
  1285. "system and use them over and over with little if any change to them. "           
  1286. "Just add any new appropriate part numbers with the sequence number "             
  1287. "that will `insert it' where you want it when you re-sort the table. "            
  1288. ""                                                                                
  1289. "Then when you run the BLDSYS step the Bid Control file  brings in "              
  1290. "the various Table files in the order established by their "                      
  1291. "location on the Bid Control File. The program reads the Table file "             
  1292. "in it's sorted sequence and then finds the Master record reading "               
  1293. "`randomly'. (These part nos. refer to the PART MASTER FILE "                     
  1294. "illustration table shown on page 19)."                                           
  1295. "     GALVAN               COPPER              SHEETMTL"                          
  1296. "------------------   ------------------   ------------------"                    
  1297. "Part No.  Seq. No.   Part No.  Seq. No.   Part No.  Seq. No."                    
  1298. "------------------   ------------------   ------------------"                    
  1299. "2222        20       4343        10       2456        20            "               
  1300. "------------------   ------------------   ------------------"                    
  1301. "2345        10       1222        20       3333        10"                        
  1302. "------------------   ------------------   ------------------"                    
  1303. "PAGE.END"                                                                        
  1304. "Now- when these 3 little tables are sorted- the parts will appear "              
  1305. "on the Takeoff screen and the Detail Bid Report etc. as follows:"                
  1306. "     "                                                                           
  1307. "     GALVAN system                         Part No."                             
  1308. "Screen or               Galv Iron Elbow      2345"                               
  1309. "Report                  Galv Iron Tee's      2222"                               
  1310. ""                                                                                
  1311. "     COPPER system"                                                              
  1312. "Screen or               Copper Elbow         4343"                               
  1313. "Report                  Copper Tee's         1222"                               
  1314. ""                                                                                
  1315. "     SHEETMTL system"                                                            
  1316. "Screen or               Sheet Metal Ducting  3333"                               
  1317. "Report                  10x6 Duct Fittings   2456"                               
  1318. ""                                                                                
  1319. ""                                                                                
  1320. "If this is a little hazy to you- please do a little experiment-"                 
  1321. "ing with the system- set up some sample parts on the Master file "               
  1322. "with size codes- with Size Code Table entries and then build some "              
  1323. "small System Table files. After spending a few hours watching the "              
  1324. "results you will surely see how the system handles the data. It "                
  1325. "gives you a great deal of flexibility and control of your system."               
  1326. "PAGE.END"                                                                        
  1327. "27.1 Getting Started"                                                            
  1328. ""                                                                                
  1329. "Your micro-computer- equipped with the MS/DOS operating system will "            
  1330. "have numerous commands  that we will encounter in using the"                     
  1331. "EstiBid  System. Many of you will not need any instruction in the"               
  1332. "use of these functions- and all could go to your MS/DOS manual for "             
  1333. "help- but in the interest of continuity- we will discuss most of "               
  1334. "these as encountered  knowing that some of you will skim through "               
  1335. "that information. Thanks for bearing with those of us that are "                 
  1336. "learning!"                                                                       
  1337. ""                                                                                
  1338. "Most of us use computers with two disk drives. These are called "                
  1339. "drives A and B.  A is usually on the left and B on the right. If "               
  1340. "you have more drives they are called C and D etc.  If you have "                 
  1341. "`hard disk' capability it can be sub-divided into C and D. Check "               
  1342. "your individual installation on this. EstiBid accomodates A thru "               
  1343. "H disk assignments."                                                             
  1344. ""                                                                                
  1345. "Now- you need to get comfortable in how you `address' these "                    
  1346. "drives. When you are not running a specific `application' program "              
  1347. "like EstiBid- your computer is said to be `in MS/DOS'. This is "                 
  1348. "indicated by the A>- B>- C> or D> appearing at the bottom of your "              
  1349. "screen  with the `cursor'. The cursor is that little spot or "                   
  1350. "under-line that moves as you type in characters."                                
  1351. ""                                                                                
  1352. "So- whichever letter- A- B- C or D appears at the bottom of your "               
  1353. "screen- that is the disk drive you are currently addressing. If "                
  1354. "A>  "                                                                            
  1355. "is there and you have a program named TRYTEST stored on the disk  "              
  1356. "that is in the A drive- you can run TRYTEST by typing  the  "                    
  1357. "following after the A>.(Don't type  the A>! It is already there!)"               
  1358. ""                                                                                
  1359. "A>trytest"                                                                       
  1360. ""                                                                                
  1361. "Yes- it  doesn't make any difference that they are lower case  at "              
  1362. "this point.  "                                                                   
  1363. ""                                                                                
  1364. "Now- TRYTEST has done it's thing and the bottom of the screen now "              
  1365. "looks like:"                                                                     
  1366. ""                                                                                
  1367. "A>"                                                                              
  1368. ""                                                                                
  1369. ""                                                                                
  1370. "But suppose TRYTEST is stored on drive B. You can do this:"                      
  1371. ""                                                                                
  1372. "A>B:cr       (cr stands for `press the carriage return or  RETURN "              
  1373. "             key'). "                                                            
  1374. ""                                                                                
  1375. "Your computer will respond: "                                                    
  1376. ""                                                                                
  1377. "B>"                                                                              
  1378. "Now-  you  can type in TRYTEST and get the same results  as "                    
  1379. "above."                                                                          
  1380. ""                                                                                
  1381. "B>TRYTEST"                                                                       
  1382. "PAGE.END"                                                                        
  1383. "TRYTEST.EXE is a PROGRAM file. It has the coded instructions in "                
  1384. "it reduced to machine language by a COMPILER program called CB86. "              
  1385. "The suffix- .EXE is the clue that it is an executable program file. "            
  1386. "There are other files to know about. They are called DATA files. "               
  1387. "They store the information that the PROGRAM files work on. A data "              
  1388. "file might be names and addresses- or payroll information etc. "                 
  1389. "These DATA files must be mounted on the disk drive that the "                    
  1390. "application program expects them to be on. A simple program like our "           
  1391. "`friend'- TRYTEST might  have the data file's disk drive arbitrarily "           
  1392. "`hard coded' in it's program instructions. If so- TRYTEST will only "            
  1393. "run when the DATA file (if required) is mounted on that specified "              
  1394. "drive. "                                                                         
  1395. ""                                                                                
  1396. "Let's say TRYTEST.EXE needs a Name and Address file called  NAMES "              
  1397. "to run. And let's say in TRYTEST there is code that says  NAMES "                
  1398. "will be mounted on drive B. (When you ran TRYTEST using the above "              
  1399. "commands and TRYTEST was a simple program  without any need to "                 
  1400. "process a DATA file- it worked fine.) Now- though- it will only run "            
  1401. "when you have the file- NAMES- mounted on drive B. If NAMES happens "            
  1402. "to be on drive A- you will get an `open error' message."                         
  1403. ""                                                                                
  1404. "It means the computer looked on the  specified  drive and didn't "               
  1405. "find NAMES. If it saw NAME it doesn't count. It must be there and "              
  1406. "be spelled exactly as the program TRYTEST has been told."                        
  1407. ""                                                                                
  1408. "In the EstiBid System- we used a convention that asks you to "                   
  1409. "furnish the `highest' drive on your system- at the beginning of "                
  1410. "each program being run-  either A thru H. Or- you get the "                      
  1411. "opportunity to permanently store the highest drive in a special"                 
  1412. "system control file- called OFFSETFL using your Initial program- "               
  1413. "EINT. Then you avoid having to respond to that question."                        
  1414. ""                                                                                
  1415. "Then all programs look for all required files- as they need them-"               
  1416. "on drives A thru the highest drive furnished. The program gives "                
  1417. "you a confirming message as it finds each file it is looking for "               
  1418. "to `open'. It also tells you if it can't find a file and then goes "             
  1419. "to `end of job'."                                                                
  1420. ""                                                                                
  1421. "If you choose to- you can give our system a code that will "                     
  1422. "suppress display of such file status messages- record counts etc. "              
  1423. "This is a function of the program ESTPASWD."                                     
  1424. ""                                                                                
  1425. "Well- that took some little time- but I hope it helps  and  is "                 
  1426. "worth the time. Now- you are ready to make the first use of the "                
  1427. "system you purchased. That is to BACK IT UP!"                                    
  1428. ""                                                                                
  1429. "28.1 Back up Your Original EstiBid Program Diskettes"                            
  1430. " "                                                                               
  1431. "Use the MS/DOS `COPY' command to copy your program disks to an "                 
  1432. "initialized disk. See your MS/DOS manual for specifics. It is good "             
  1433. "practice to put a gummed write-protect tab on your original "                    
  1434. "program disks and then file them away in a safe place after back-"               
  1435. "ing them up. When you buy disks from the store- they are not "                   
  1436. "ready to accept data from your computer. They must be initialized "              
  1437. "or formatted. Your computer system will have a program- probably "               
  1438. "PAGE.END"                                                                        
  1439. "called FORMAT that will have a menu selection allowing "                         
  1440. "you to cause the computer to write over the entire surface of "                  
  1441. "the disk. Then the computer can copy  data from another disk onto "              
  1442. "the newly formatted disk. You should know that whenever you "                    
  1443. "format or `initialize' a disk you are ERASING any data that was "                
  1444. "stored on that disk. Be especially careful in this exercise when "               
  1445. "you are working on a machine having a hard disk. If you are "                    
  1446. "running a formatting program- and should indicate the hard disk "                
  1447. "drive in error you will wipe out dozens to hundreds of files!"                   
  1448. ""                                                                                
  1449. "Another reason to practice GOOD BACK UP PROCEDURES!"                             
  1450. ""                                                                                
  1451. "Another brief step is important too. This new disk will not "                    
  1452. "respond properly (at all) to some computer exercises until it has "              
  1453. "been `SYSGENed'. This is when a system program- SYS writes "                     
  1454. "some special MS/DOS instructions on a file on the disk after it "                
  1455. "has been FORMATTED. So- either run the program SYS on all your "                 
  1456. "newly formatted disks- or use the FORMAT B:/S/V command option"                  
  1457. "which formats- sysgens and lets you insert a permanent disk volume "             
  1458. "name- all at the same time. Now you are ready to learn about "                   
  1459. "copying disks. It's good procedure to format and Sysgen all disks "              
  1460. "in a newly opened box so they are ready for use without any "                    
  1461. "bother when you need them."                                                      
  1462. ""                                                                                
  1463. "Follow these simple instructions using the COPY command to gain "                
  1464. "familiarity and accomplish some initial steps toward the above "                 
  1465. "file backup at the same time. The Copy command is always available "             
  1466. "to use whenever you are `in MS/DOS'."                                            
  1467. ""                                                                                
  1468. "        1. Locate a diskette that has a file you wish to copy."                  
  1469. "           Install a `write protect tab' around the notch of the "               
  1470. "           diskette. Place the diskette in drive `A'."                           
  1471. ""                                                                                
  1472. "        2. Place a blank- formatted and SYSGENed  diskette in"                   
  1473. "           drive `B'."                                                           
  1474. ""                                                                                
  1475. "        3. Type the following entries."                                          
  1476. ""                                                                                
  1477. "                A>B:<cr>        A> Is the addressed disk drive"                  
  1478. ""                                                                                
  1479. "                                <cr> Is the carriage return (your "              
  1480. "                                     RETURN key)."                               
  1481. "                B>              You are now addressing drive `B'."               
  1482. ""                                                                                
  1483. "                B>A:<cr>"                                                        
  1484. "                A>              You are back to drive `A'."                      
  1485. "                A>COPY B:FILENAME      (FILENAME represents an"                  
  1486. "                                        actual file on drive B.)"                
  1487. ""                                                                                
  1488. ""                                                                                
  1489. "                    The computer responds:"                                      
  1490. "                        1 File(s) copied"                                        
  1491. ""                                                                                
  1492. "               A>            it has copied the file named FILENAME"              
  1493. "                             from drive B onto the diskette in A."               
  1494. "PAGE.END"                                                                        
  1495. "               A>ERASE FILENAME   This erases the file filename from "           
  1496. "                                  `A'."                                          
  1497. "               A>COPY B:*.*"                                                     
  1498. ""                                                                                
  1499. "                        6 File(s) copied"                                        
  1500. ""                                                                                
  1501. "                                This has copied all 6 of the files"              
  1502. "                                from diskette `B' to diskette "                  
  1503. "                                `A'.  "                                          
  1504. ""                                                                                
  1505. "               A>"                                                               
  1506. ""                                                                                
  1507. "There are many more ways that COPY is used. Refer to your MS/DOS "               
  1508. "manual. This just gets you started."                                             
  1509. ""                                                                                
  1510. "Now you are ready to copy any files from one diskette to another "               
  1511. "and to copy entire diskettes also. Proceed to backup all the "                   
  1512. "EstiBid diskettes."                                                              
  1513. ""                                                                                
  1514. "ALWAYS backup any diskette that has data on it that you consider "               
  1515. "of  value! !  Sometimes you will do this- a file at a time- and at "             
  1516. "other times you will simply copy the entire diskette."                           
  1517. ""                                                                                
  1518. "30.1 Pass word Maintenance"                                                      
  1519. ""                                                                                
  1520. "The program ESTPASWD allows you to create a pass word file of up "               
  1521. "to 100 records. It also allows you to enter initial pass words "                 
  1522. "for your users along with their name for identification. The "                   
  1523. "pass words are encrypted and do not show on the screen when "                    
  1524. "entered. This program also allows you to delete an unused pass "                 
  1525. "word. The function has you browse through the file a record at a "               
  1526. "time to select the one you wish to delete."                                      
  1527. ""                                                                                
  1528. "This program should not be installed on your hard disk. It "                     
  1529. "should be stored in a safe place on a floppy and used only by the "              
  1530. "designated control person. Be sure to keep a back up floppy. "                   
  1531. "Someone should be appointed as a back up control with access to "                
  1532. "the floppies. The EstiBid system is shipped with an initialized "                
  1533. "PASS file with the pass word START installed. After you are "                    
  1534. "familiar with the concept change START to something else so an "                 
  1535. "unauthorized user reading this paragraph will not have access."                  
  1536. ""                                                                                
  1537. "Any user may change his pass word in any production program when "               
  1538. "the program requests his pass word by entering `CHANG' in either "               
  1539. "upper or lower case. The program will ask for the new pass word "                
  1540. "or `BYPAS'."                                                                     
  1541. ""                                                                                
  1542. "The password capability of the entire EstiBid system may be de-"                 
  1543. "activated by a function of ESTPASWD."                                            
  1544. ""                                                                                
  1545. "A final function of ESTPASWD allows you to bypass the display of "               
  1546. "the various file status messages- record counts etc. if you "                    
  1547. "perceive them as a bother etc."                                                  
  1548. "PAGE.END"                                                                        
  1549. "31.1 Steps to Get Started"                                                       
  1550. ""                                                                                
  1551. "System Start-up and Maintenance Steps"                                           
  1552. ""                                                                                
  1553. "1. Estimate the number of parts to be on your EstiBid system "                   
  1554. "     Master file. Remember each Master record stores up to 8"                    
  1555. "     sizes of the same part."                                                    
  1556. ""                                                                                
  1557. "2. Run the Initializing program EINT. See 3.1"                                   
  1558. "     a. Create the Master file- PARTMST."                                        
  1559. "     b. Create the Part No. Index file- PRTINDEX. It should "                    
  1560. "        have 30% more records than the Master file."                             
  1561. "     c. Create the Name Index file- NAMINDEX. It too should"                     
  1562. "        have 30% more records than the Master file."                             
  1563. ""                                                                                
  1564. "3. Run the Size Table program- ESIZ. See 4.2.- 19.1- 20.1"                       
  1565. "     a.Create the Size Table file SZTABL with 99 records."                       
  1566. "     b.Enter all the various size series you expect to use"                      
  1567. "       in the EstiBid system. (1/2- 3/4- 1- 1 1/4 etc.)"                         
  1568. "     c.Print a list of the table to reference for proper size"                   
  1569. "       code for Master file entries."                                            
  1570. ""                                                                                
  1571. "4. Run the Part Master Update program- EMST. Now you are ready to "              
  1572. "     enter all the descriptive data for the parts- the pricing "                 
  1573. "     and the labor etc. You might select one particular system to"               
  1574. "     complete first- then proceed with the next steps to gain "                  
  1575. "     some familiarity with the whole procedure. After that you "                 
  1576. "     can return to building the Master records. At this step you"                
  1577. "     will need to resolve what type of Part numbering approach "                 
  1578. "     you will use in your system. See 2.1- 5.1- 25.1- worksheet "                
  1579. "     P22-24"                                                                     
  1580. ""                                                                                
  1581. "4.1  Consider if you are going to use the Turbo Sub concept. At "                
  1582. "     this point you may want to enter the Turbo Sub description "                
  1583. "     and size code into various Master records. Later you may "                  
  1584. "     enter the Turbo Sub component entries into the Turbo Sub "                  
  1585. "     program. (The various component parts must also be set up"                  
  1586. "     in Master recds)."                                                          
  1587. ""                                                                                
  1588. "5. If you are using the special features for sheet metal- have a"                
  1589. "     supply of the worksheets pages 23 & 24 printed. "                           
  1590. "     a.Enter size code data as in step 3 above that describes"                   
  1591. "       your fittings by name- using the  eight- 14 char. size "                  
  1592. "       descriptions. EL- TEE- RED EL- RED TEE etc. A separate"                   
  1593. "       Master recd will be required for each primary dimension "                 
  1594. "       for such a set of fittings. This primary fitting dimension "              
  1595. "       should be included in the Master description. The secondary "             
  1596. "       dimension of the reducing fittings in the set will be "                   
  1597. "       handled as in 5b below."                                                  
  1598. "     b.Set up 2 size codes' data that will include the 2 duct "                  
  1599. "       dimensions for both `legs' of the various reducing fittings"              
  1600. "       included in the 8 part set described by the size code of 5a. "            
  1601. "       Build these size series' so that one designation-(1-8) for "              
  1602. "       the 2 size code series used- will identify the two `leg' "                
  1603. "       dimensions of the reducing fitting in that set. This 1-8 "                
  1604. "PAGE.END"                                                                        
  1605. "       designation will be entered into the Duct1 & Duct2 Sz Field "             
  1606. "       (1-8) entry on page 24 worksheet. (It will be helpful to"                 
  1607. "       work these size code entries out on paper- seeing the way"                
  1608. "       the various (1-8) sets of descriptions will work together-"               
  1609. "       then enter them into your system using program ESIZ)."                    
  1610. "     c.Fill in worksheets page 24. See 19.1- 20.1- 21.1- Appendix 2."            
  1611. ""                                                                                
  1612. "       This concludes the entries for sheet metal fittings. Now "                
  1613. "       for Ducting and hangers:"                                                 
  1614. ""                                                                                
  1615. "     d.Enter size code data as in step 3 above that describes"                   
  1616. "       your ducting dimensions. 8x10- 10x12- 8Rd- 10Rd- etc."                    
  1617. "     e.Fill in worksheets page 23 describing ducting. Rectangular "              
  1618. "       20 ga.- Round 22 ga. etc. relying on the 5d size code "                   
  1619. "       entry above for its dimension description. Enter the "                    
  1620. "       Master part no. for the style of Duct Hangers in the "                    
  1621. "       Rel. Part1 entry of the ducting data. Enter the appropriate "             
  1622. "       hanger spacing in the ducting data. When Duct/Fittgs Status"              
  1623. "       is DL or DW- the OFFSET1 fields (1-8) are re-labelled on "                
  1624. "       the screen and used for hanger spacing entries. (Different "              
  1625. "       types of hangers will require separate ducting and hanger "               
  1626. "       Master records to be set up to define their combined "                    
  1627. "       situation. This could mean setting up the same type ducting "             
  1628. "       on more than 1 Master. If so- expand the part descr. to "                 
  1629. "       identify the different style hanger traveling with the"                   
  1630. "       ducting)."                                                                
  1631. ""                                                                                
  1632. "       The system will then automatically include the number of"                 
  1633. "       hangers of the size established in 5d above based upon the"               
  1634. "       hanger spacing you have furnished for that type of "                      
  1635. "       ducting."                                                                 
  1636. "     f.Fill in the hanger part data portion of the worksheet-"                   
  1637. "       relating type of hanger to type of ducting. Enter the size"               
  1638. "       desigination (1-8) of the 5d above entry."                                
  1639. ""                                                                                
  1640. "6. Run the Print Master file program- EPRM. See 6.1"                             
  1641. "     You can get a report with 1 line per part or a longer report "              
  1642. "     that gives all pricing information."                                        
  1643. ""                                                                                
  1644. "7. Run the TABLE program ETAB. See 6.4- 25.1"                                    
  1645. "     a. Create the Table file(s)."                                               
  1646. "     b. Enter the Part Nos. for that system- enter the sequence"                 
  1647. "        numbers that control the order of that system after the "                
  1648. "        table is sorted."                                                        
  1649. "     c. Sort the Table(s)."                                                      
  1650. "     d. Print the Table(s)."                                                     
  1651. ""                                                                                
  1652. "8. Optionally- run the Sub-assembly program- ESUB. See 8.1"                      
  1653. ""                                                                                
  1654. "9. Optionally- run the Turbo Sub program- ETRB. See 8.2- step 4.1"               
  1655. "     a. Enter the primary Master part no. which has the Turbo Sub "              
  1656. "        description."                                                            
  1657. "     b. Enter the component part nos.- quantities- and size "                    
  1658. "        designations (1-8). "                                                    
  1659. "     c. Run ETRB function which sums all component part costs and"               
  1660. "PAGE.END"                                                                        
  1661. "        labor- storing on the primary Turbo Sub Master recd. for "               
  1662. "        all Turbo Subs."                                                         
  1663. ""                                                                                
  1664. "10. Optionally- run the Remind program- EREM. See 9.1- 10.3- 14.2"               
  1665. "     The Remind program has a function allowing you to establish"                
  1666. "     the various common option approaches to your bidding. This"                 
  1667. "     may be done now if desired. You may also enter all the "                    
  1668. "     common reminders you want each bid to deal with."                           
  1669. ""                                                                                
  1670. "11.Optionally- run the Bid Control program- EBID. See 9.2."                      
  1671. "     You may create several permanent `example' Bid Control "                    
  1672. "     files- to have available for copying and quick setup of your"               
  1673. "     production bids. Give these a permanent ID code of XX- ZZ "                 
  1674. "     etc. that will not be used on production bids. Then later "                 
  1675. "     when you set up bids- you can copy these example files with"                
  1676. "     a function of EBID and give the file the production ID code."               
  1677. ""                                                                                
  1678. "Bid Execution Steps"                                                             
  1679. ""                                                                                
  1680. "1. Run the Bid Control Program EBID. See 9.2"                                    
  1681. "     a. Either copy a Bid Control file created from step 9 above "               
  1682. "        or create a production bid control file."                                
  1683. "     b. Enter bid description- Name- address etc."                               
  1684. "     c. Review and possibly adjust price and labor multipliers."                 
  1685. "     d. Set up entries for any Identical or Similar systems. See "               
  1686. "        13.3"                                                                    
  1687. "     e. Revise any status entries as desired. `I' for `ignore'-"                 
  1688. "        will bypass that system in this production bid. `R' for"                 
  1689. "        `ready to extract'.   "                                                  
  1690. "     f. Optionally- print the bid control file to reference "                    
  1691. "        during take-off etc."                                                    
  1692. ""                                                                                
  1693. "2. Optionally- run Remind program EREM. See 9.1- 10.3- 14.2"                     
  1694. "     a. You may set up additional reminders."                                    
  1695. "     b. You may review and adjust production bid options at"                     
  1696. "        this point or at a later bid Extend step."                               
  1697. "     c. Optionally- run the Reminder Extract function to create"                 
  1698. "        the reminder Extract file for this bid- REMXTR (plus the"                
  1699. "        ID). See 10.3"                                                           
  1700. ""                                                                                
  1701. "3. Optionally- run Sub-assembly program- ESUB. See 8.1- 10.2."                   
  1702. "     a. You may set up sub-assemblies for this particular bid."                  
  1703. "     b. If you are using sub-assemblies for this bid you should"                 
  1704. "        run the sub-assembly Extract function to create the sub-"                
  1705. "        assembly Extract file for this bid- SUBXTR (plus the ID)."               
  1706. ""                                                                                
  1707. "4. Run the bid's Build System files program- EBLD. See 10.2"                     
  1708. "     a. This creates a file for each system on the Bid"                          
  1709. "        Control file for the production bid- that has a status of"               
  1710. "        `R'- meaning `ready for extract'. The program will bypass "              
  1711. "        any system that has a status of I (ignore)- D (system "                  
  1712. "        already extended and labor Dollars stored)- or H (system"                
  1713. "        already extended and labor Hours stored). The Extract "                  
  1714. "        files are named with these chars.:"                                      
  1715. "          1st 4 chars. of the system Table file name"                            
  1716. "PAGE.END"                                                                        
  1717. "          2 char. bid ID"                                                        
  1718. "          System sequence number- 1-99"                                          
  1719. "     b. You may select which system files to build by changing "                 
  1720. "        the status to `I' using program EBID function."                          
  1721. ""                                                                                
  1722. "5. Run the Take off program- ETAK. See 11.1 thru 13.3"                           
  1723. "     Proceed to either step 6 or 6.1"                                            
  1724. "6. Run the Extend program- EEXD. See 14.1 thru 15.4   "                          
  1725. "     This program prints a detail print line for each part "                     
  1726. "     entry used in the bid on the file EXTOUT (plus the ID)."                    
  1727. "     Sub totals systems etc. Creates the BIDSUM file."                           
  1728. "     a. You may select the systems to extend by changing the"                    
  1729. "        status of the system entry on the Bid Control file"                      
  1730. "        using a function of program EBID."                                       
  1731. "     Now- either proceed to step 8--"                                            
  1732. ""                                                                                
  1733. "6.1  Or--run the special EXTEND program- ESMX that will handle"                  
  1734. "     the special requirements of sheet metal estimating. Creates "               
  1735. "     the  EXTOUT print file. See 15.4- Steps 6a- 5a-f above "                    
  1736. "     re: Sheet Metal. "                                                          
  1737. ""                                                                                
  1738. "7. Run the Print program- EPRT. See 15.4"                                        
  1739. "     This program creates the Bid Summary file BIDSUM (plus the "                
  1740. "     ID) and prints the detail bid report from the EXTOUT file."                 
  1741. ""                                                                                
  1742. "8. Run the bid Summary program- ESUM. See 15.5 thru 16.2."                       
  1743. "     This program creates the JOBFLXX (XX=the bid ID)."                          
  1744. ""                                                                                
  1745. "9. Optionally- re-run Summary program to adjust the bid."                        
  1746. ""                                                                                
  1747. "10. Optionally- save the awarded bid's system files to run REESTI"               
  1748. "     ERES program to re-estimate bid after some costs have been"                 
  1749. "     applied. see 17.2."                                                         
  1750. ""                                                                                
  1751. "11. Run the ERASE bid program- EERA. See 18.1"                                   
  1752. "     When you are sure you are through with the various detail"                  
  1753. "     files for a production bid- this program will find all those"               
  1754. "     files on your hard disk and erase them."                                    
  1755. ""                                                                                
  1756. "12. Optionally- run the Job Cost program- EJOB to control the"                   
  1757. "     successful bids. See 17.1."                                                 
  1758. "PAGE.END"                                                                        
  1759. "                EstiBid-Plus Detail Section Index"                               
  1760. ""                                                                                
  1761. "                                        Detail Bid Print Prog           15.4"    
  1762. "             -A-                        Dimen 1 SzCd- Dimen 2 SzCd       4.2"    
  1763. "                                        Disk Drive Assignments          27.1"    
  1764. " Adjust Price and Re-run          9.1   Double Appl. of Labor Protect    9.2"    
  1765. " Area/Hrs Calc                   12.2   Ducting and Fittings            19.1"    
  1766. " Auto Erase System Files         18.1   Duct1 SzCd- Duct2 SzCd          20.1"    
  1767. " Automatic Extention             14.1   Duct/Fitting Status field       21.1"    
  1768. "                                        Duplicate (Identical) Systems   11.1"    
  1769. "             -B-                        Duplicate or Identical Systems   9.2"    
  1770. "                                                                         "       
  1771. " BAKUP Program for Mult Floppy   18.4              -EF-                     "    
  1772. " Back Up Files Labeled            5.1                                     "      
  1773. " Back Up Advice and Warnings     18.2   EXTOUTAB File                   15.4"    
  1774. " Back Up Orig EstiBid Prog Dsks  30     Erase- System Files Program     18.1"    
  1775. " Back Up using COPY function     18.4   Erase System/ScrPad Files       18.1"    
  1776. " Backing Up                       3.1   Estimator's Take Off             7.1"    
  1777. " Back Up Files Labeled           17.2   Executing Programs- How To      31.1"    
  1778. " Bid Control File                11.1   Execute Bid Steps               32  "    
  1779. " Bid ID Code                     10.1   Exiting Un-completed Take Off   13.2"    
  1780. " Bid Control File                 9.2   Extend Options                  14.2"    
  1781. " Bid ID Code Protection          11.1   Extend Under Bid Control File   14.1"    
  1782. " Bid ID Code                      9.2   Extend the Bid Program          14.1"    
  1783. " Bid ID Attached to File Names   10.1   Extract the Bid's Sub-assembly  10.2"    
  1784. " Bid Execution Steps             32     Extract the Bid's Reminder Fil  10.3"    
  1785. " Blocks of Part Numbers Assgnd    5.1   File Sizes                       4.1"    
  1786. " Building Systs Using Tables     25.1   File Seq. No.                   10.1"    
  1787. " Build the Bid's System Files    10.1   Fill in Opts Printed- Detail R  14.3"    
  1788. "                                        Fill in the Blanks Option Scrn   9.1"    
  1789. "            -C-                         Flagging for Selective Print    13.1"    
  1790. "                                        Format and Copy Progrs          29  "    
  1791. " CB86 Programming Language        6.3                                    "       
  1792. " COPYMST Program for Recovery    18.2               -GHI-                     "  
  1793. " Capacity of Disk Required        6.3                                     "      
  1794. " Catalog Number field             2.1   Gapping Seq. Nos. in Table      25.1"    
  1795. " Comments- 60 Char. in Sum Enty  16.1   Gapping Part Number Assgns       5.1"    
  1796. " Copied (Similar) Systems        13.3   Getting Started (Basic Explan)  27.1"    
  1797. " Copying Files using COPY        18.4   Grand Total                     16.2"    
  1798. " Correcting Quantity Entries     11.1   Grand Total                     15.4"    
  1799. " Cubes- Wedges- Rectgls- Triang  12.2   Hangers- Ducting                23  "    
  1800. " Cubic Volume & SqFt Area Calc   12.1   Hangers- Ducting                31  "    
  1801. " Cursor Control During Take Off  11.1   Hanger Spacing field             2.1"    
  1802. " Customized System Files          6.4   Hangers- Ducting                21.3"    
  1803. "                                        Hard Disk Formatting Warning    29  "    
  1804. "            -D-                         Hard Disk                        6.3"    
  1805. "                                        How To Execute Programs         27.1"    
  1806. " Damaged Files Recovery          18.2   Identical (duplicate) Systems   13.3"    
  1807. " Data Entry                       7.1   Identical (Dupl) Systems         9.2"    
  1808. " Data Files Discussed            25.1   Identification Code for Bid      9.2"    
  1809. " Description- Misc field          2.1   Index Files Damaged             17.2"    
  1810. " Description field                2.1   Index Files                      3.1"    
  1811. "PAGE.END"                                                                        
  1812. "                EstiBid-Plus Detail Section Index"                               
  1813. "                                                -PQR-"                           
  1814. ""                                                                                
  1815. " Initializing Random Access       3.1   PARTMST1 File                    3.1"    
  1816. " Initialize or Format Disks      29     PARTMST File                     2.1"    
  1817. " Initial Program                  3.1   PRNTMST Program                  6.1"    
  1818. " Insulation Requirements         21.2   Paging Thru Take Off            11.1"    
  1819. "                                        Part Entry Work Sheets          21.5"    
  1820. "             -JKL-                      Part Number field                2.1"    
  1821. "                                        Password Routine                30.1"    
  1822. " Job Totals                      17.1   Power Bumps Cause Damage        18.2"    
  1823. " Job Cost Acctg Module           17.1   Price field- Industry            2.1"    
  1824. " Job ID Summarized               15.1   Price field- Misc.               2.1"    
  1825. " Job Totals                      16.2   Price field- Retail              2.1"    
  1826. " Job ID Entry in Sum Step        16.1   Price field- Actual Cost         2.1"    
  1827. " Job Number in Sub-assembs        8.1   Price Effective Date field       2.1"    
  1828. " Joint Taping                    21.1   Printing the Master File         6.1"    
  1829. " Labels for Master File           5.1   Print Detail Prog Runs Auto     15.4"    
  1830. " Labels for Master File          17.2   Quantity Entries                 7.1"    
  1831. " Labor- 4 Rates Supported        14.2   Quantities Entered              11.1"    
  1832. " Labor field- Shop                2.1   Quick & Dirty Bids              16.2"    
  1833. " Labor field- Installation        2.1   REMXTRXX File                    9.1"    
  1834. " Labor Stored in 100ths of Hrs    2.1   Random Access Mast & Table Fls  25.1"    
  1835. " Labor Stored in 100ths of Hrs   15.1   Random Access Files              2.1"    
  1836. " Locating Master Records          3.1   Rates/Mults Appld Automaticall  14.1"    
  1837. "                                        Rate- Composite Calculation     14.2"    
  1838. "             -MNO-                      Rates Applied Either Extd/Sum   14.2"    
  1839. "                                        Rates- 4 labor Rates Supported  14.2"    
  1840. " MS/DOS Operating System          6.3   Rates for Scratch Pad Entries   11.2"    
  1841. " Maintenance and Startup Steps   31.1   Rates/Mults Applied in Summary  16.1"    
  1842. " Markup Percentage                2.1   Rates/Mults Indiv. by System    14.3"    
  1843. " Master File field                2.1   Rates/Mults Auto/Stored by Sys   9.2"    
  1844. " Master/SizeCD Recd Relationshp  19.1   Re-Runs of Bid in Summary Step  16.1"    
  1845. " Master File                     19.1   Re-Use Bid Summary Data         16.2"    
  1846. " Menu Functions Ident. on Scrns  13.1   Re-apply Rates/Mults/Reuse Bid  16.2"    
  1847. " Mfg/Supply Code field            2.1   Re-estimate an Awarded Bid      17.2"    
  1848. " Misc. Parts with Primary Parts  15.1   Re-loading Back Up files        18.4"    
  1849. " Multipliers- Price and Labor     9.2   Record Lengths                   6.2"    
  1850. " Multiple Bids in Process         9.2   Related Part Numbers in Subasm   8.1"    
  1851. " Multiple Floppy Back Up Prog    18.4   Related Parts field              2.1"    
  1852. " Name Key field                   2.1   Relationship Master/SizeCd Rec  19.1"    
  1853. " Offset Dimen 2 field             2.1   Related Parts Auto Retrieved    15.1"    
  1854. " Offset Dimen 1 field             2.1   Reminder Items and Sub-Contrct  10.3"    
  1855. " Offset Dimen Computed           20.1   Reminder File Stores Std Opts   14.3"    
  1856. " Offset Dimensions                2.1   Reminders Appear in Summary     15.5"    
  1857. " Open Error Discussed            28     Reorg Program                    3.1"    
  1858. " Options Entered in Remind Prog  14.3   Reorganizing the Data Base       4.1"    
  1859. " Options- Numerous in Summary    15.5   Revise Options Quickly          14.2"    
  1860. " Options Choices all Printed     14.3   Review/Revision Quick in Sum    16.1"    
  1861. " Options-                        14.2   Routine Parts Master Recd Work  21.5"    
  1862. "PAGE.END"                                                                        
  1863. "                EstiBid-Plus Detail Section Index"                               
  1864. ""                                                                                
  1865. "           -STU-"                                                                
  1866. ""                                                                                
  1867. " SUBXTRAB File                   10.2   Table Refresh Program            7.2"    
  1868. " SYSGEN Installing Syst on Disk  29     Take Off Sequence               11.1"    
  1869. " SZTABL                           4.2   Take Off Program Useage         11.1"    
  1870. " SZTAB Program                    4.2   Take Off Quantity Entries        7.1"    
  1871. " Scratch Pad File Extended       12.2   Three Size Cds in Master Recd   19.1"    
  1872. " Scratch Pad Entry of Odd Parts  11.2   Turbo Sub-Assemblies             8.2"    
  1873. " Selective Print During Detail   13.1   Two Ways of using Size Code     19.1"    
  1874. " Sequence of Tables              25.1                                 "          
  1875. " Sequence of System Files        25.1               -VWXYZ-                 "    
  1876. " Sequence of Master Recds        25.1                                       "    
  1877. " Sequence of Master File          5.1   Verification Repts for Take Of  13.3"    
  1878. " Sequence of Tables              25.1   Version Nos. for Index Files    17.2"    
  1879. " SheetMtl Fitgs Mast Recd WhSht  21.5   Version Nos. for Index Files     5.1"    
  1880. " SheetMtl Duct/Hang Mast Rec Wk  21.5   Weight field                     2.1"    
  1881. " Sheet Metal Use of Size Code    19.1   What If Options in Summary      16.1"    
  1882. " Sheet Metal Computed in Print   15.4   Work Sheets for Each System      7.1"    
  1883. " Sheet Metal Use of Size Codes   20.1   Work Sheets for Quantities      11.1"    
  1884. " Similar (Copied) Systems        13.3                                       "    
  1885. " Similar (Copied) Systems         9.2                                       "    
  1886. " SizeCd Used to Descrb Fittings  19.1                                       "    
  1887. " Size Code Table File            19.1                                       "    
  1888. " Size Code field                  2.1                                       "    
  1889. " Size Code Table                  4.2                                       "    
  1890. " Sorting Table Files             25.1                                       "    
  1891. " Square Feet field                2.1                                       "    
  1892. " Start-up and Maintenance Steps  31.1                                       "    
  1893. " Status of System                 9.2                                       "    
  1894. " Std Options on Remind File      14.2                                       "    
  1895. " Storage Requirements             6.3                                       "    
  1896. " Sub-assemblies Speed Up          8.1                                       "    
  1897. " Sub-assmbly Quant. at Take Off  12.3                                       "    
  1898. " Sub-contractor Entries          10.3                                       "    
  1899. " Sub-Totals                      14.1                                       "    
  1900. " Sub-contractor entries          16.1                                       "    
  1901. " Sub-asmbs Indiv. Rate/Mult-Sum  16.1                                       "    
  1902. " Sub-assemblies Extended         15.3                                       "    
  1903. " Sub-Assemblies Using Turbo Sub   8.2                                       "    
  1904. " Summary Data Stored on Bid Ctl  14.1                                       "    
  1905. " Summary- Bid Program            15.5                                       "    
  1906. " Supress Rate/Mults Printing     16.2                                       "    
  1907. " System Install using SYS        29                                         "    
  1908. " System File Naming Convention   10.1                                       "    
  1909. " TESTREAD Program for Recovery   18.2                                       "    
  1910. " Table Sorting                    6.4                                       "    
  1911. " Table Files                      6.4                                       "    
  1912. " Table Finds Master Rec Random   25.1                                       "    
  1913. " Table File Naming               25.1                                       "    
  1914. " Table & Random Access Mast Fls  25.1                                       "    
  1915. " Table Program Controls Take Of   7.1                                       "    
  1916. " Table File Sorts                25.1                                       "    
  1917. "PAGE.END"                                                                        
  1918. "    APPENDIX  1: Detail Description of Screen Control Functions"                 
  1919. ""                                                                                
  1920. "Takeoff Screen"                                                                  
  1921. ""                                                                                
  1922. "All Sizes? Y/N = Allows you to choose cursor movement; either "                  
  1923. "                 `All'- which moves the cursor horizontally"                     
  1924. "                 through all 8 sizes or vertically down a "                      
  1925. "                 selected size column. If you answer `N' you"                    
  1926. "                 will be asked your choice of size cols 1-8."                    
  1927. ""                                                                                
  1928. "E              = Exit the screen"                                                
  1929. ""                                                                                
  1930. "C              = Continue- will return cursor to top of screen."                 
  1931. ""                                                                                
  1932. "M              = More Parts- will retrieve next page of parts."                  
  1933. "                   Note: The page will be limited to one series"                 
  1934. "                   of sizes. The next page will be headed up with "              
  1935. "                   the new series of sizes."                                     
  1936. ""                                                                                
  1937. "P              = Previous- will retrieve previous page of parts."                
  1938. ""                                                                                
  1939. "S              = Sub-assemblies- will get the first page of pre-"                
  1940. "                 viously configured sub-assemblies."                             
  1941. ""                                                                                
  1942. "SC             = Scratch Pad- will exit the Take off screen and"                 
  1943. "                 enter the Scratch Pad screen allowing you to "                  
  1944. "                 enter special non-system parts. (Up to 18 per "                 
  1945. "                 system)."                                                       
  1946. ""                                                                                
  1947. "Flg col. hdg   = Has multiple uses:"                                             
  1948. "                    Y=This part has been flagged for selective"                  
  1949. "                      print option."                                             
  1950. "                    N=Un-flagged for selective print option."                    
  1951. "                    R=Reverse your cursor direction choice. (See"                
  1952. "                      `All Sizes' above)."                                       
  1953. "                  1-8=When you are moving the cursor vertically"                 
  1954. "                      down a size col. and enter a quantity `99'-"               
  1955. "                      the cursor will skip to the `Flg' col.- and"               
  1956. "                      allow you to enter a `1-8'- skipping "                     
  1957. "                      directly to that col. The 99 will not stay"                
  1958. "                      as a quantity. Should you ever need to "                   
  1959. "                      enter 99 for a quantity- use two entries."                 
  1960. ""                                                                                
  1961. "Qnt 99         = See above 1-8 paragraph."                                       
  1962. ""                                                                                
  1963. "Dupl:X         = If not 0 indicates that the primary system"                     
  1964. "                      recd on the screen will support that number"               
  1965. "                      of `Duplicate' or identical systems. Each"                 
  1966. "                      quantity will be multiplied by the `Dupl'"                 
  1967. "                      value shown. (Correcting entries will not"                 
  1968. "                      be multiplied)."                                           
  1969. "PAGE.END"                                                                        
  1970. "    APPENDIX  1: Detail Description of Screen Control Functions"                 
  1971. ""                                                                                
  1972. ""                                                                                
  1973. "Copy:X         = This primary system record will have X "                        
  1974. "                      number of `Copied' or similar systems in "                 
  1975. "                      the Take off- No impact on the quantity"                   
  1976. "                      fields in this screen."                                    
  1977. "Copy:99        = Indicates this is a `copied' or similar"                        
  1978. "                      system."                                                   
  1979. ""                                                                                
  1980. "Temp:=X        = This always  displays the current quantity "                    
  1981. "                      of the field the cursor occupies. Your "                   
  1982. "                      entry is added to Temp:X as you move "                     
  1983. "                      the cursor to the next field."                             
  1984. ""                                                                                
  1985. "Scratch Pad Screen"                                                              
  1986. ""                                                                                
  1987. "C              = Continue- returns the cursor to the first"                      
  1988. "                      field of the screen to enter quantity."                    
  1989. ""                                                                                
  1990. "P              = Previous- obtains the previous record."                         
  1991. ""                                                                                
  1992. "M              = More- optains the previous record"                              
  1993. ""                                                                                
  1994. "                         Note: Any Scratch Pad record may be"                    
  1995. "                         revised. It will be included in the"                    
  1996. "                         Bid Extention in it's last form."                       
  1997. ""                                                                                
  1998. "CA             = Calculator- Exit the Scratch Pad screen"                        
  1999. "                      and enter the Calculator Area/Volume "                     
  2000. "                      screen.    "                                               
  2001. ""                                                                                
  2002. "EX             = Extend calculator results. Use this "                           
  2003. "                      function after you have returned from the"                 
  2004. "                      Calculator screen. It will then display "                  
  2005. "                      another set of function choices:"                          
  2006. ""                                                                                
  2007. "                      Extd Calc Sel"                                             
  2008. "                      F/Y/FH/YH --"                                              
  2009. ""                                                                                
  2010. "                      F=Apply rate to Calc-Tot-Ft display val."                  
  2011. "                      Y=  `    `    ` Calc-Tot-Yd    `     ` ."                  
  2012. "                      FH= `    `    ` Ft-Hrs         `     ` ."                  
  2013. "                      YH= `    `    ` Yd-Hrs         `     ` ."                  
  2014. ""                                                                                
  2015. "                      Following this entry choice you will be "                  
  2016. "                      given opportunity to enter the rate."                      
  2017. ""                                                                                
  2018. "E              = Exit to the Take off screen you originally"                     
  2019. "                      left for the Scratch Pad."                                 
  2020. ""                                                                                
  2021. "Cubic Ft/Square Ft Calculator Screen"                                            
  2022. ""                                                                                
  2023. "C/S          C = Cubic Ft screen"                                                
  2024. "                     S=Square Ft screen"                                         
  2025. "PAGE.END"                                                                        
  2026. "    APPENDIX  1: Detail Description of Screen Control Functions"                 
  2027. ""                                                                                
  2028. "C              = Continue- moves cursor to first dimension"                      
  2029. "                      entry."                                                    
  2030. ""                                                                                
  2031. "CA             = Calculate the volume and volume/hours"                          
  2032. "                      resulting from dimension entries."                         
  2033. ""                                                                                
  2034. "                      Note: You may repeat the above functions"                  
  2035. "                      up to 10 times- capturing various segments."               
  2036. "                      Each segment is automatically totalled."                   
  2037. ""                                                                                
  2038. "CL             = Clear stored values. Allows you to re-start"                    
  2039. "                      if necessary."                                             
  2040. ""                                                                                
  2041. "DT             = Decimal Table- displays a table with inches"                    
  2042. "                      shown as hundredths of feet. Pressing "                    
  2043. "                      RETURN redisplays the computed segments to "               
  2044. "                      that point."                                               
  2045. ""                                                                                
  2046. "E              = Exit to the Scratch Pad. Your totalled"                         
  2047. "                      segments will display for your rate "                      
  2048. "                      application."                                              
  2049. ""                                                                                
  2050. "C/S                  C=Cubic Ft screen."                                         
  2051. "             S = Square Ft screen."                                              
  2052. ""                                                                                
  2053. "Square Ft Screen"                                                                
  2054. ""                                                                                
  2055. "CS             = Continue Square/Rectangle dimension entry."                     
  2056. ""                                                                                
  2057. "CT             = Continue Triangular dimension entry. In "                       
  2058. "                       both CS & CT the cursor is moved to the "                 
  2059. "                       first dimension field."                                   
  2060. ""                                                                                
  2061. "Balance of screen functions are same as for above Cubic Ft "                     
  2062. "screen."                                                                         
  2063. "PAGE.END"                                                                        
  2064. "    APPENDIX 2: Duct/Fittings Labor & Pricing Based Upon Weight"                 
  2065. ""                                                                                
  2066. "Ducting and Fittings may be stored on your Master file to support "              
  2067. "labor and pricing by weight or by lineal feet/piece. The way you "               
  2068. "store labor and price must conform with the code you store in the "              
  2069. "Duct/Fittgs field of the Master file. This code may be: N or "                   
  2070. "blank- indicating a standard part (not ducting or fittings)- or "                
  2071. "DW/DL/FW/FL. In standard parts- labor entries are always assumed "               
  2072. "to represent hundredths of hours per lineal ft or part (piece)."                 
  2073. ""                                                                                
  2074. "DL: This means the part is ducting. Labor and prices are stored "                
  2075. "just as the standard parts and are based upon lineal feet or "                   
  2076. "piece. The weight field is assumed to represent the weight per "                 
  2077. "square foot of the duct material. The square foot field is "                     
  2078. "assumed to represent the square feet in one lineal foot of that "                
  2079. "size ducting."                                                                   
  2080. ""                                                                                
  2081. "FL: This means the part is a sheet metal fitting. The labor and "                
  2082. "prices are stored as above. The weight field similarly is assumed "              
  2083. "to represent the weight per square foot of fitting material.The "                
  2084. "square feet field stores the square feet of material in the "                    
  2085. "fitting."                                                                        
  2086. ""                                                                                
  2087. "DW: This means the part is ducting. Labor is stored as hundredths "              
  2088. "of hours per pound of ducting used. Prices represent the $ per "                 
  2089. "pound of ducting used. Weight is again stored as weight per "                    
  2090. "square foot for that size duct. The square feet field stores the "               
  2091. "number of square feet per lineal foot of ducting."                               
  2092. ""                                                                                
  2093. "FW: This means the part is a sheet metal fitting. The labor and "                
  2094. "prices are stored similar to the above DW paragraph. Labor is "                  
  2095. "stored as hundredths of hours per pound of sheet metal used in "                 
  2096. "the fitting and prices are $ per pound of material. The weight "                 
  2097. "field stores the weight per square foot.The square feet field "                  
  2098. "stores the square feet required for the fitting."                                
  2099. ""                                                                                
  2100. "The EXTEND program combines the above values- based upon the codes "             
  2101. "it finds in the Duct/Fittgs field- computing values for the EXTOUT "             
  2102. "file reflecting the quantity entries for either lineal feet of "                 
  2103. "ducting or numbers (pieces) of fittings. The weight and square "                 
  2104. "feet extensions are also on this file. Then the PRINT program "                  
  2105. "reads this EXTOUT detail file- prints the detail bid report by "                 
  2106. "system and produces summary reports of the various sizes of "                    
  2107. "ducting. These reports give total weight and square feet to help "               
  2108. "you confirm your bid's accuracy. "                                               
  2109. ""                                                                                
  2110. "The square feet totals- by duct size- will allow you to quickly "                
  2111. "estimate the amount to charge for various grades of insulation- "                
  2112. "entering this as a `reminder' entry in the Bid Summary."                         
  2113. ""                                                                                
  2114. "Note: See `Steps to Get Started' page 31- 5a-f for additional "                  
  2115. "      detail regarding the special handling of sheet metal-"                     
  2116. "      setting up the file data etc."                                             
  2117. "PAGE.END"                                                                        
  2118. "                   EstiBid System Program Menus and Screens"                     
  2119. ""                                                                                
  2120. ""                                                                                
  2121. ""                                                                                
  2122. "               Estibid Prompt Program                       2        "           
  2123. ""                                                                                
  2124. "               Master File Update Screen                    2"                   
  2125. ""                                                                                
  2126. "               Master file Pricing/Labor Update Screen      3"                   
  2127. ""                                                                                
  2128. "                     Illustrating Special Size Code Use     4"                   
  2129. ""                                                                                
  2130. "               Master File Auxilliary Ducting Update Screen 5"                   
  2131. "                    "                                                            
  2132. "               Table Update Program Function Menu           6"                   
  2133. ""                                                                                
  2134. "               Table Update Screen                          6"                   
  2135. ""                                                                                
  2136. "               Bid Control File Update Screen               7 "                  
  2137. ""                                                                                
  2138. "               Take Off (Enter Bid Quantities) Screen       8"                   
  2139. ""                                                                                
  2140. "               Sub-assembly Take Off Screen                 9"                   
  2141. ""                                                                                
  2142. "               Scratch Pad Entry Screen                     9"                   
  2143. ""                                                                                
  2144. "               Cubic FT/Yds Calculation Screen             10"                   
  2145. ""                                                                                
  2146. "               Take Off Screen Illustrating Duct Fittings  11"                   
  2147. ""                                                                                
  2148. "               Extention Option Screen                     12"                   
  2149. ""                                                                                
  2150. "               Bid Summary Program Function Menu           13"                   
  2151. ""                                                                                
  2152. "               Bid Summary System Review Screen            13"                   
  2153. ""                                                                                
  2154. "                    Illustrating Labor Rate Change         14"                   
  2155. ""                                                                                
  2156. "               Bid Summary Reminder and Sub-contractor"                          
  2157. "                    Entry Screen                           15"                   
  2158. ""                                                                                
  2159. "               Bid Job Cost `Actuals' Screen- allows entry"                      
  2160. "                    of 26 weeks material/labor costs by"                         
  2161. "                    job breakdown.                         16"                   
  2162. ""                                                                                
  2163. "               Turbo Sub-Assembly Update Function Menu     17"                   
  2164. ""                                                                                
  2165. "               Turbo Sub-Assembly Update Screen            17"                   
  2166. ""                                                                                
  2167. "               Re-Estimate Program Function Menu           18"                   
  2168. ""                                                                                
  2169. "               Re-Estimate Update Screen                   18  "                 
  2170. "PAGE.END"                                                                        
  2171. "       ***********************EstiBid-Plus Screens*******************"           
  2172. ""                                                                                
  2173. "       | - - - - - - - - - - - - <<<EstiBid>>> -  - - - - - - - - - |"           
  2174. "       | ---------------------Maintenance Programs----------------- |"           
  2175. "       |                                                            |"           
  2176. "       | EBRO=Syst Descr/Documnt       ETAB=Syst Table Update       |"           
  2177. "       | EINT=Initialize Files         ERFR=Refresh Table Files     |"           
  2178. "       | ESIZ=Size Table Update        ESUB=Sub-Assembly Update     |"           
  2179. "       | EMST=Master File Update       ETRB=Turbo Sub-Asmb Maint    |"           
  2180. "       | EPRM=Print Master File        EREM=Reminder File Update    |"           
  2181. "       |                                                            |"           
  2182. "       | ----------------System Production Programs---------------- |"           
  2183. "       |                                                            |"           
  2184. "       | EBID=Bid Control File Update  ESMX=Extend Sheetmetal Prices|"           
  2185. "       | EBLD=Build System Files       EPRT=Print Sheetmetal Detail |"           
  2186. "       | ESUB=Sub-Assembly Extract     ESUM=Bid Summary Report      |"           
  2187. "       | EREM=Reminder Extr/Extd Optns EJOB=Job Cost Report         |"           
  2188. "       | ETAK=Bid Takeoff Entry        ERES=Re-Est an Awarded Bid   |"           
  2189. "       | EEXD=Extend & Print Detail    EERA=Erase System Files      |"           
  2190. "       | ------------------System Utility Programs----------------- |"           
  2191. "       |                                                            |"           
  2192. "       | EREO=Reorg Master File        ECPY=Copy Master File        |"           
  2193. "       | ETST=Test-Read Master File    EBAK=Backup Master File      |"           
  2194. "       |           Enter Your 4 Character `Menu' Choice             |"           
  2195. "       |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |"           
  2196. ""                                                                                
  2197. ""                                                                                
  2198. "         -----------------------------------------------------------"            
  2199. ""                                                                                
  2200. "                             Update Screen"                                      
  2201. ""                                                                                
  2202. "         Part Number 2456---        Description 10x6 Duct Fittings--"            
  2203. ""                                                                                
  2204. "         Size Code 3-               Name Key 10x6----"                           
  2205. ""                                                                                
  2206. "         Ret from Cst Markup 1.2_   Effective Date 11/25/84 Month --"            
  2207. "                                                              Day --"            
  2208. "         Catalogue No. F12345-      Mfg/Supply Code ABC----  Year --"            
  2209. ""                                                                                
  2210. "         Related Part No.1 0------  No.2 0------        No.3 0------"            
  2211. ""                                                                                
  2212. "         Y=Price etc. Screen -      E=Exit  A=Aux.Scrn  C=Continue -"            
  2213. ""                                                                                
  2214. "         -----------------------------------------------------------"            
  2215. "Features:"                                                                       
  2216. ""                                                                                
  2217. "1. If pricing data is changed the currently entered system run date will"        
  2218. "     replace the Effective date. This may be over-ridden by entry at the"        
  2219. "     above date fields."                                                         
  2220. "2. If you change the Name Key value the program automatically- generates"        
  2221. "     a new Name Index record and flags the old index record for deletion"        
  2222. "     at the next run of REORG maintenance program."                              
  2223. "3. When adding new records- mandatory fields may not be bypassed. The "          
  2224. "     program will insist on a value."                                            
  2225. "PAGE.END"                                                                        
  2226. "4. All data entry values are edited for proper value range- if possible."        
  2227. "     When exceeded- an audible beep is heard and the error message"              
  2228. "     with the tolerable range is displayed at the bottom of your screen-"        
  2229. "     giving you an opportunity to re-enter the correct value."                   
  2230. "5. Similarly- if there are specific values required- and you enter an"           
  2231. "     illegal value a beep is heard and the error message displays at the"        
  2232. "     bottom of the screen- showing a list of correct possibilities. Then"        
  2233. "     you are given the opportunity to re-enter the data."                        
  2234. "6. If you over-run a field length- a beep is heard and an error message"         
  2235. "     displays at the bottom of the screen- warning you that this has "           
  2236. "     happened and that the extra characters have been dropped. You may or "      
  2237. "     may not be able to leave the field in that condition."                      
  2238. ""                                                                                
  2239. "   These editing conventions apply all through the EstiBid system."              
  2240. ""                                                                                
  2241. ""                                                                                
  2242. ""                                                                                
  2243. "----------------------------------------------------------------------------"    
  2244. "                          Pricing Update Screen"                                 
  2245. ""                                                                                
  2246. "Part No. 2456          COPPER TEE                      Misc Descr Tape------"    
  2247. "-----Size----- Ind-Cst  Retail   Act-Cst  Labor S-Lab Wgt  Sq-Ft Misc."          
  2248. ""                                                                                
  2249. "3/8----------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2250. ""                                                                                
  2251. "5/8----------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2252. ""                                                                                
  2253. "3/4----------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2254. ""                                                                                
  2255. "1------------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2256. ""                                                                                
  2257. "1 1/4--------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2258. ""                                                                                
  2259. "1 1/2--------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2260. ""                                                                                
  2261. "2------------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2262. ""                                                                                
  2263. "3------------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2264. ""                                                                                
  2265. "          Last pos. each line- B=Backup- U=Up & D=Down a line"                   
  2266. "              E=Exit  C=Continue  A=Aux. Ducting values -"                       
  2267. "----------------------------------------------------------------------------"    
  2268. "     Features:"                                                                  
  2269. ""                                                                                
  2270. "1. Above illustrates the conventional use of the primary size code to "          
  2271. "     represent 8 different sizes. (See below for detail discussion of "          
  2272. "     features.)"                                                                 
  2273. "PAGE.END"                                                                        
  2274. "----------------------------------------------------------------------------"    
  2275. "                        Pricing Update Screen"                                   
  2276. ""                                                                                
  2277. "Part No. 2456          10x6 Duct Fittings              Misc Descr Tape------"    
  2278. "-----Size----- Ind-Cst  Retail   Act-Cst  Labor S-Lab Wgt  Sq-Ft Misc."          
  2279. ""                                                                                
  2280. "El------------ 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2281. ""                                                                                
  2282. "TEE----------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2283. ""                                                                                
  2284. "WYE----------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2285. ""                                                                                
  2286. "FLEX---------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2287. ""                                                                                
  2288. "RED EL-------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2289. ""                                                                                
  2290. "RED TEE------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2291. ""                                                                                
  2292. "RED WYE------- 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2293. ""                                                                                
  2294. "RED FLEX------ 2.08---- 1.92---- 1.6----- 0.1-- 0.2-- 2--- 3---- 0.1-----  -"    
  2295. ""                                                                                
  2296. "          Last pos. each line- B=Backup- U=Up & D=Down a line"                   
  2297. "              E=Exit  C=Continue  A=Aux. Ducting values -"                       
  2298. ""                                                                                
  2299. ""                                                                                
  2300. "Features:"                                                                       
  2301. ""                                                                                
  2302. "1. This screen illustrates how the size code can describe 8 different"           
  2303. "     parts of the same size. The size should be included in the part"            
  2304. "     description. The Auxillary Ducting Values- Update Screen that "             
  2305. "     follows expands on this concept."                                           
  2306. "2. Cursor movement may be speeded through the screen by entering B-U or"         
  2307. "     D at the extreme right end of the line- Backing up to the left end"         
  2308. "     to start over- moving Up a line at a time or moving down a line at"         
  2309. "     a time."                                                                    
  2310. "3. The convenience of a Misc. part that accompanies the primary part is"         
  2311. "     supported on this screen. You may enter the 10 character description "      
  2312. "     and 8 different appropriate prices. No accompanying labor is "              
  2313. "     supported. The opportunity to use a multiplier on the Misc. parts"          
  2314. "     comes when running the PRINT program. Up to 10 misc. parts may be"          
  2315. "     adjusted with a multiplier. You might choose to have the Misc. part"        
  2316. "     stored as a `standard grade of the part' and then adjust the price"         
  2317. "     and revise the description at PRINT time to reflect a different"            
  2318. "     grade. The standard 3 price multipliers in the system do NOT apply"         
  2319. "     to Misc. parts. Incidentally- this concept requires somewhat less "         
  2320. "     processing overhead than using the `Related part No.' concept- but "        
  2321. "     of course it is not as comprehensive- either."                              
  2322. "PAGE.END"                                                                        
  2323. "                   Auxillary Ducting Values- Update Screen"                      
  2324. "-------------------------------------------------------------------------"       
  2325. "              Part No. 2456---               10x6 Duct Fittings--"               
  2326. "              Duct-Fittgs-Labor? by Wt or Lf/Pc:N/DW/DL/FW/FL --"                
  2327. "              Dimen. 1 SzCd 4- Dimen. 2 SzCD 5- Hanger Spg- ft 2.5"              
  2328. "    Part ID (or Sz)  Dimen. 1    Offset 1         Dimen. 2      Offset 2"        
  2329. "      Size Code 3-               -Inches-                       -Inches-"        
  2330. "    EL------------ 6x4 26 Ga.-----  6-   (1)    4x4 26 Ga.-----    0-"           
  2331. ""                                                                                
  2332. "    TEE----------- 6x6 26 Ga.-----  6-   (2)    6x4 26 Ga.-----    0-"           
  2333. ""                                                                                
  2334. "    WYE----------- 8x4 22 Ga.-----  6-   (3)    6x6 26 Ga.-----    0-"           
  2335. ""                                                                                
  2336. "    FLEX---------- 8x6 22 Ga.-----  6-   (4)    8x4 22 Ga.-----    0-"           
  2337. ""                                                                                
  2338. "    RED EL-------- 8x8 20 Ga.-----  6-   (5)    8x6 20 Ga.-----    0-"           
  2339. ""                                                                                
  2340. "    RED TEE------- 10x6 20 Ga.----  6- **(6)**  8x8 20 Ga.-----    6-"           
  2341. ""                                                                                
  2342. "    RED WYE------- 10x8 18 Ga.----  6-   (7)    10x6 18 Ga.----    6-"           
  2343. ""                                                                                
  2344. "    RED FLEX------ 10x10 18 Ga.---  6-   (8)    10x8 18 Ga.----    0-"           
  2345. ""                                                                                
  2346. "                       Duct1 & Duct2 Size Field (1-8) 6"                         
  2347. "Only the size(s) flagged with `**( )**' is(are) the size(s) for this series"     
  2348. "of fittings. Dim2 SzCD furnishes the 2nd size (rt hand col.) for red. fitgs."    
  2349. "The two sets of 8 offset inches may apply to the 8 fittings of this`pair' of"    
  2350. "sizes. Two offsets are required for reducing fittings. Others need only one."    
  2351. "                         E=Exit  C=Continue -"                                   
  2352. "------------------------------------------------------------------------"        
  2353. ""                                                                                
  2354. "Features:"                                                                       
  2355. ""                                                                                
  2356. "1.This screen will have low useage. To make it as helpful as possible-"          
  2357. "    it `re-paints' itself a couple times- taking extra time. We thought "        
  2358. "    this a good time investment. However- because of this- it is easy to"        
  2359. "    skip through the Duct1 & Duct2 Size Field. It is the 5th field you"          
  2360. "    will hit after entering the the screen and is preceeded by a step "          
  2361. "    that re-paints the screen.. So be careful to not hold down the "             
  2362. "    `return' key to avoid jumping thru it!"                                      
  2363. "2. Any parts (or series of parts) that have 2 sets of dimensions must"           
  2364. "    have an entry in the Duct1 & Duct2 Field. This tells the program "           
  2365. "    that those 2 sizes are the 6th size (in the illustration it is the "         
  2366. "    6th) in both the Size Table records specified by Dimen. 1 SzCD and "         
  2367. "    Dimen. 2 SzCd. These two sizes will be visually identified on the "          
  2368. "    screen by the `**( )**'- based on the Duct1 & Duct2 Size Field value."       
  2369. ""                                                                                
  2370. "    You will need to deliberately establish sets of size code records "          
  2371. "    that accomplish this special size alignment. If a part has 2 "               
  2372. "    dimensions- it will likely also have 2 offset dimensions."                   
  2373. ""                                                                                
  2374. "    In this illustration- all 8 parts have a common 10x6 dimension and"          
  2375. "    the reducing parts also have a 8x8 dimension. All have 1 offset of"          
  2376. "    6 inches and the reducing parts have another offset of 6 inches."            
  2377. "PAGE.END"                                                                        
  2378. "                            PROGRAM FUNCTION MENU"                               
  2379. "                       -------------------------------"                          
  2380. ""                                                                                
  2381. "                  1=Create new table file"                                       
  2382. "                  2=Browse- add- correct or delete data"                         
  2383. "                  3=Sort table records"                                          
  2384. "                  4=Change table file name"                                      
  2385. "                  5=Delete table file to re-enter data"                          
  2386. "                  6=Print work sheet for tallying system parts"                  
  2387. "                  7=Print listing of table"                                      
  2388. "                  E=Exit to end of job"                                          
  2389. "           --------------------------------------------------------"             
  2390. "                  COPPER   Table Update Screen"                                  
  2391. ""                                                                                
  2392. "             Recd  Part No.  Seq No.    Description      Turbo "                 
  2393. "                          (3 char req)                    Sub  "                 
  2394. "             2--   1222---   010    xxxxxxxxxxxxxxxxxxxx   x"                    
  2395. "             3--   4343---   020    xxxxxxxxxxxxxxxxxxxx "                       
  2396. "             4--   1000---   030    xxxxxxxxxxxxxxxxxxxx   x"                    
  2397. "             5--   1001---   040    xxxxxxxxxxxxxxxxxxxx"                        
  2398. "             6--   1002---   050    xxxxxxxxxxxxxxxxxxxx"                        
  2399. "             7--   1003---   060    xxxxxxxxxxxxxxxxxxxx   x"                    
  2400. "             8--   1004---   070    xxxxxxxxxxxxxxxxxxxx"                        
  2401. "             9--   1005---   080    xxxxxxxxxxxxxxxxxxxx"                        
  2402. "         P=Prev Page- M=More- C=Continue to top of screen & E=Exit E"            
  2403. "         Is the last Sequence No. `ZZZ'? Y/N N  "                                
  2404. "           ---------------------------------------------------------"            
  2405. "          (If response is N you are returned to the function "                         
  2406. "          response above to see that `ZZZ' is entered in last "                        
  2407. "          record. If Y- you exit the screen.)"                                         
  2408. ""                                                                                
  2409. ""                                                                                
  2410. "Features:"                                                                       
  2411. ""                                                                                
  2412. "1. The sequence number must be 3 characters long to have successful"             
  2413. "     sorting."                                                                   
  2414. "2. The last record in the Table file must have a Sequence No. of `ZZZ'."         
  2415. "     Therefore- the screen Exit function always asks if this is true-"           
  2416. "     to remind you to enter a value of `ZZZ' if your Table update "              
  2417. "     entries has displaced the `ZZZ' that was in place."                         
  2418. "3. We included the Program Function Menu ahead of this screen to show"           
  2419. "     you how simple it is to effect a sort of the Table. You simply"             
  2420. "     enter the Sequence numbers to force your Table into the desired"            
  2421. "     ascending order- Exit to the Main Program Menu and enter Menu"              
  2422. "     selection 3. This sorts the Table. You can look at the sorted "             
  2423. "     Table with program function 2 and check the new sorted sequence."           
  2424. "PAGE.END"                                                                        
  2425. "                        Bid Control File Update Screen"                          
  2426. "--------------------------------------------------------------------------"      
  2427. "              System Record Update/Review Screen for Bid ID: BB"                 
  2428. ""                                                                                
  2429. "5-- COPPER-- COPPER SYSTEM------------- Dupl 0- Copies 2- Status H Pause -"      
  2430. " Tabl COPPER-- Job 122- Mults:Ind 1--- Ret 1--- Cst 1--- Lab 1--- Shp 1---"      
  2431. ""                                                                                
  2432. "6-- COPPER-- COPPER SYSTEM------------- Dupl 0- Copies 99 Status I Pause -"      
  2433. " Tabl COPPER-- Job 122- Mults:Ind 1--- Ret 1--- Cst 1--- Lab 1--- Shp 1---"      
  2434. ""                                                                                
  2435. "7-- COPPER-- COPPER SYSTEM------------- Dupl 0- Copies 99 Status I Pause -"      
  2436. " Tabl COPPER-- Job 122- Mults:Ind 1--- Ret 1--- Cst 1--- Lab 1--- Shp 1---"      
  2437. ""                                                                                
  2438. "8-- GALVIR-- GALVANIZED IRON SYSTEM---- Dupl 0- Copies 0- Status I Pause -"      
  2439. " Tabl GALVIR-- Job 122- Mults:Ind 1--- Ret 1--- Cst 1--- Lab 1--- Shp 1---"      
  2440. ""                                                                                
  2441. "9-- SHTMTL-- SHEET METAL SYSTEM-------- Dupl 0- Copies 0- Status I Pause -"      
  2442. " Tabl SHTMTL-- Job 122- Mults:Ind 1--- Ret 1--- Cst 1--- Lab 1--- Shp 1---"      
  2443. ""                                                                                
  2444. "                               Pause=E to Exit"                                  
  2445. "                   Exit=E  Continue=C  Previous=P  More=M -"                     
  2446. "           Status: R=Ready- I=Ignore- H=Hrs extended- D=Lab $ Extd"              
  2447. "--------------------------------------------------------------------------"      
  2448. "Features:"                                                                       
  2449. ""                                                                                
  2450. "1. Dupl=0 means the system has no exact duplicates. If Dupl=1 the each"          
  2451. "     Takeoff quantity you enter will be automatically doubled- if 2 it "         
  2452. "     will be tripled etc."                                                       
  2453. "2. Copies=2 means that you want 2 similar systems records created when"          
  2454. "     you have the Bid Control file copied from the original `Example'"           
  2455. "     file. Then the copy function will generate 2 extra system records"          
  2456. "     and put `99' in their `Copies' field. `99' indicates to the program"        
  2457. "     that the system is a similar or copied system."                             
  2458. "3. When the cursor comes to the Status field- the Status description line "      
  2459. "     at the foot of the screen appears. Your ability to control the Status"      
  2460. "     allows you to re-run the EXTEND program during the bidding exercise "       
  2461. "     if you wish. If the system has been extended it will have a value of"       
  2462. "     either- H or D and will not `re-extend'. If you enter a Status of I-"       
  2463. "     that system will also be ignored or bypassed in the EXTEND step. "          
  2464. "     This allows you to quickly de-activate a system record that is in "         
  2465. "     your Example Bid Control file. "                                            
  2466. "4. The first screen in the program allows you to elect to only change the"       
  2467. "     Status field to speed you thru a `de-activating' process."                  
  2468. "5. The Pause field allows you to exit the screen from the end of any line."      
  2469. "6. You may assign Job number at the time of setting up the bid. You will "       
  2470. "     get another opportunity in the final Bid Summary step."                     
  2471. "7. All multipliers for 3 price and 2 labor structures are stored on each"        
  2472. "     system record- allowing you total flexibility to have varying prices"       
  2473. "     for different systems automatically during the EXTEND step if"              
  2474. "     desired. In the illustration all multipliers are set at `1.0' and"          
  2475. "     therefore have no impact."                                                  
  2476. "PAGE.END"                                                                        
  2477. "Following is the conventional TAKEOFF Screen displaying sizes above the vert-"   
  2478. "ical columns."                                                                   
  2479. "-------------------------------------------------------------------------------" 
  2480. "       Takeoff Quantity/Flag Entry Screen for COPPER SYSTEM ID is: BB"           
  2481. "COPPBB1- Job:122- Dupl:0-"                                                       
  2482. "All sizes? Y/N -  Copy:2- (3)3/4----------- (6)1 1/2---------             Flg"   
  2483. "Enter 1-8 size      (2)5/8----------- (5)1 1/4--------- (8)3-------------    Ln" 
  2484. "     Choice - (1)3/8----------- (4)1------------- (7)2------------- Temp:"       
  2485. "    ====================   (1)   (2)   (3)   (4)   (5)   (6)   (7)   (8) ===="   
  2486. " 1  COPPER TEE---------   1---- 2---- 3---- 4---- 5---- 6---- 7---- 8----  - 0-" 
  2487. ""                                                                                
  2488. " 2  COPPER ELBOW-------   2---- 5---- 1---- 3---- 1---- 6---- 1---- 1----  - 0-" 
  2489. ""                                                                                
  2490. " 3  COPPER COUPLING----   1---- 0---- 0---- 0---- 0---- 1---- 0---- 0----  - 0-" 
  2491. ""                                                                                
  2492. " 4  COPPER FLARE COUPLG   2---- 1---- 0---- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2493. ""                                                                                
  2494. " 5  SHUT OFF VALVE-----   0---- 0---- 0---- 2---- 0---- 0---- 0---- 0----  - 0-" 
  2495. ""                                                                                
  2496. " 6  COPPER TUBING------   25--- 33--- 12--- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2497. ""                                                                                
  2498. " 7  FASTENERS----------   15--- 12--- 5---- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2499. ""                                                                                
  2500. "     E=Exit- C=-Continue- M=More Parts- P=Previous- S=Sub-asmb- SC=Scr Pad --"   
  2501. "   (Flg) R=Rev `all sizes' Funct- (Flg) 1-8=Size Choice Chg- Qnt 99=Exit Size"   
  2502. "-------------------------------------------------------------------------------" 
  2503. "     "                                                                           
  2504. "Features:"                                                                       
  2505. ""                                                                                
  2506. "1. `All sizes Y/N --' If answer is Y your cursor will go from field to"          
  2507. "     field horizontally and on to the next line."                                
  2508. "2. If you stop on the `flag' field and enter an `R' it will `reverse'-"          
  2509. "     taking the cursor back to `Enter 1-8 size Choice -' and you pick "          
  2510. "     the size column you wish to move down vertically."                          
  2511. "3. In either of above modes- you may enter a quantity of `99' in any"            
  2512. "     field and it will be ignored as a quantity- but will jump you to"           
  2513. "     the flag field allowing you to reverse the mode."                           
  2514. "4. When moving horizontially- you may enter any line number in the last"         
  2515. "     field and the cursor will jump to the start of that line."                  
  2516. "5. The number following `Dupl:' tells you how many duplicate systems"            
  2517. "     have been specified on the system Bid Control record. If the number"        
  2518. "     is `1'- each quantity you enter will be automatically doubled. If"          
  2519. "     it is `2'- each quantity will be tripled etc."                              
  2520. "6. The number following `Copy:' tells you that there are that number of "        
  2521. "     copied systems or similar systems specified on the system Bid "             
  2522. "     Control record. Their quantities will be entered individually."             
  2523. "7. Function SC will take you to the `Scratch Pad' screen allowing you to"        
  2524. "     enter any part that is not resident on your system. When you are in "       
  2525. "     the Scratch Pad screen you may enter a function `CA' and you will "         
  2526. "     be taken to the Calculate Cubic Ft/Yds Screen."                             
  2527. "8. Function S will take you to the Sub-assembly screen to enter"                 
  2528. "     quantities of sub-assemblies."                                              
  2529. "9. When through with either of the above 3 screens- entering a function "        
  2530. "     E will return you to the main Takeoff screen you started from."             
  2531. "PAGE.END"                                                                        
  2532. "         ---------------------------------------------------------"              
  2533. "                    *****TAKE OFF  SUB-ASSEMBLY  MENU*****"                      
  2534. "                        ***YOU ARE WORKING LAST PAGE***"                         
  2535. "          1   =Bath room drainage sub-assemby  Quantity  1  Job 123"             
  2536. "          2   =                                Quantity  0"                      
  2537. "          3   =                                Quantity  0"                      
  2538. "          4   =                                Quantity  0"                      
  2539. "          5   =                                Quantity  0"                      
  2540. "          6   =                                Quantity  0"                      
  2541. "          7   =                                Quantity  0"                      
  2542. "          8   =                                Quantity  0"                      
  2543. "          9   =                                Quantity  0"                      
  2544. "          10  =                                Quantity  0"                      
  2545. "          11  =                                Quantity  0"                      
  2546. "          12  =                                Quantity  0"                      
  2547. "          P=Prev page**M=More**E=Exit to material menu --"                       
  2548. "          ------------------------------------------------------------"          
  2549. "          Enter your menu selection 1-"                                          
  2550. "          Your selected sub-assembly is `Bath room drainage sub-assmby'"         
  2551. "          If subtracting- then enter minus sign- then"                           
  2552. "          Enter quantity --"                                                     
  2553. ""                                                                                
  2554. "Features:"                                                                       
  2555. ""                                                                                
  2556. "1. You will get the opportunity to enter the job ID."                            
  2557. ""                                                                                
  2558. ""                                                                                
  2559. ""                                                                                
  2560. "-------------------------------------------------------------------------------" 
  2561. "              Scratch Pad Recds for: COPPER SYSTEM ID is: BB"                    
  2562. ""                                                                                
  2563. "Quant. --Part Description--  --Size Descr--  Supp-Cd  Cat-Num"                   
  2564. ""                                                                                
  2565. "----   --------------------  --------------  -------  -------"                   
  2566. ""                                                                                
  2567. "                                   -Price-  -Labor- Shp-Lab  Weight  Sq-Ft  Rec" 
  2568. ""                                                                                
  2569. "                                   -------  ------- -------  ------  -----  --"  
  2570. ""                                                                                
  2571. "                 "                                                               
  2572. "                   ---------Calculation Results for Extension---------"          
  2573. "                   Calc-Tot-Ft    Calc-Tot-Yd   Ft-Hrs   Yd-Hrs   Rate"          
  2574. ""                                                                                
  2575. "                      0-------      0------     0------  0------"                
  2576. ""                                                                                
  2577. "   C=Continue- P=Previous Recd- M=More- CA=Calculator- EX=Extd Calc- E=Exit --"  
  2578. "-------------------------------------------------------------------------------" 
  2579. "Features:"                                                                       
  2580. "1. You may enter any part description you wish on the upper part of the"         
  2581. "     screen. You may skip any of the fields."                                    
  2582. "2. If you enter function CA you will be taken to the screen to calculate"        
  2583. "     cubic volumes. The result will be shipped back to the lower portion "       
  2584. "     of this Scratch Pad screen and you can enter the rate for further- EX"      
  2585. "     calculation. Then- this result will be entered in another scratch"          
  2586. "     pad record. All scratch pad records get included in the bid extension"      
  2587. "     step."                                                                      
  2588. "PAGE.END"                                                                        
  2589. "------------------------------------------------------------------------------"  
  2590. "                      Cubic Ft/Yds Calculation Screen"                           
  2591. ""                                                                                
  2592. "                             ______________________________"                     
  2593. "                         W .0------      L 0------        .|"                    
  2594. "                        .                               .  |    (Optional)"      
  2595. "                     _______________________________ .     |   Cubic Ft per "    
  2596. "                    |                               |      |        Hour"        
  2597. "                 D1 | 0------                       |      |          0------"   
  2598. "                    |                    (Optional) |      |    (Optional)     " 
  2599. "                           .              0------ D2|    .     Cubic Yd per "    
  2600. "             Enter Dimens. using Ft  .  (Full Depth)| .             Hour"        
  2601. "              Expressed in decimals (000.00)    .   |                 0------"   
  2602. "------------------------------------------------------------------------------"  
  2603. "CuFt Segmt CF  CuYds   FtHrs    YdHrs  CuFt Segmt CF  CuYds   FtHrs    YdHrs"    
  2604. "  0------    0------  0------  0------    0------    0------  0------  0------"  
  2605. "  0------    0------  0------  0------    0------    0------  0------  0------"  
  2606. "  0------    0------  0------  0------    0------    0------  0------  0------"  
  2607. "  0------    0------  0------  0------    0------    0------  0------  0------"  
  2608. "  0------    0------  0------  0------    0------    0------  0------  0------"  
  2609. "                                Totals:  0-------  0-------  0------- 0-------"  
  2610. "C=Continue- CA=Calculate- CL=Clear Stored- DT=Dec. Table- E=Exit to Scr Pad --"  
  2611. "------------------------------------------------------------------------------"  
  2612. ""                                                                                
  2613. "Features:"                                                                       
  2614. ""                                                                                
  2615. "1. When you enter function C- the cursor moves from dimension to dimension"      
  2616. "     in the picture. You may bypass the optional entry if a `wedge' shape"       
  2617. "     doesn't apply. If optional `per hour' entries are made- you will get"       
  2618. "     FtHrs and/or YdHrs results."                                                
  2619. "2. After entering above- a function entry of CA calculates the results and"      
  2620. "     enters them in the first of up to 10 sets of results. A total line is"      
  2621. "     always maintained. This total is shipped back to the Scratch Pad "          
  2622. "     screen when you enter E to Exit. There you will be given the "              
  2623. "     opportunity to enter a dollar rate for final cost calculation."             
  2624. "3. You may combine up to 10 volume segments into one Scratch Pad record."        
  2625. "4. If you get confused- entering function CL- clears all the segment"            
  2626. "     results so you can start over safely."                                      
  2627. "5. Function DT immediately brings in a Decimal Table into the lower "            
  2628. "     portion of your screen- overlaying the segment results. This table"         
  2629. "     gives you the decimal equivalents of the inches- allowing you to"           
  2630. "     enter all dimensions in feet. When you are through with the Decimal"        
  2631. "     Table your segment results area is restored as you left it."                
  2632. "PAGE.END"                                                                        
  2633. "Following is illustration of a TAKEOFF Screen that has the primary size code"    
  2634. "representing 8 different parts of the same basic size."                          
  2635. ""                                                                                
  2636. "------------------------------------------------------------------------------"  
  2637. "       Takeoff Quantity/Flag Entry Screen for COPPER SYSTEM ID is: BB"           
  2638. "COPPBB1- Job:122- Dupl:0-"                                                       
  2639. "All sizes? Y/N -  Copy:2- (3)WYE----------- (6)RED TEE-------             Flg"   
  2640. "Enter 1-8 size      (2)TEE----------- (5)RED EL-------- (8)RED FLEX------    Ln" 
  2641. "     Choice - (1)EL------------ (4)FLEX---------- (7)RED WYE------- Temp:"       
  2642. "    ====================   (1)   (2)   (3)   (4)   (5)   (6)   (7)   (8) ===="   
  2643. " 1  6x4 Duct Fittings--   1---- 2---- 3---- 4---- 5---- 6---- 7---- 8----  - 0-" 
  2644. ""                                                                                
  2645. " 2  6x6 Duct Fittings--   2---- 5---- 1---- 3---- 1---- 6---- 1---- 1----  - 0-" 
  2646. ""                                                                                
  2647. " 3  8x4 Duct Fittings--   1---- 0---- 0---- 0---- 0---- 1---- 0---- 0----  - 0-" 
  2648. ""                                                                                
  2649. " 4  8x6 Duct Fittings--   2---- 1---- 0---- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2650. ""                                                                                
  2651. " 5  8x8 Duct Fittings--   0---- 0---- 0---- 2---- 0---- 0---- 0---- 0----  - 0-" 
  2652. ""                                                                                
  2653. " 6  10x6 Duct Fittings-   25--- 33--- 12--- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2654. ""                                                                                
  2655. " 7  10x8 Duct Fittings-   15--- 12--- 5---- 0---- 0---- 0---- 0---- 0----  - 0-" 
  2656. ""                                                                                
  2657. "     E=Exit- C=-Continue- M=More Parts- P=Previous- S=Sub-asmb- SC=Scr Pad --"   
  2658. "   (Flg) R=Rev `all sizes' Funct- (Flg) 1-8=Size Choice Chg- Qnt 99=Exit Size"   
  2659. "----------------------------------------------------------------------------  "  
  2660. "Features:"                                                                       
  2661. "1. `All sizes Y/N --' If answer is Y your cursor will go from field to"          
  2662. "     field horizontally and on to the next line."                                
  2663. "2. If you stop on the `flag' field and enter an `R' it will `reverse'-"          
  2664. "     taking the cursor back to `Enter 1-8 size Choice -' and you pick "          
  2665. "     the size column you wish to move down vertically."                          
  2666. "3. In either of above modes- you may enter a quantity of `99' in any"            
  2667. "     field and it will be ignored as a quantity- but will jump you to"           
  2668. "     the flag field allowing you to reverse the mode."                           
  2669. "4. When moving horizontially- you may enter any line number in the last"         
  2670. "     field and the cursor will jump to the start of that line."                  
  2671. "5. The number following `Dupl:' tells you how many duplicate systems"            
  2672. "     have been specified on the system Bid Control record. If the number"        
  2673. "     is `1'- each quantity you enter will be automatically doubled. If"          
  2674. "     it is `2'- each quantity will be tripled etc."                              
  2675. "6. The number following `Copy:' tells you that there are that number of "        
  2676. "     copied systems or similar systems specified on the system Bid "             
  2677. "     Control record. Their quantities will be entered individually."             
  2678. "7. Function SC will take you to the `Scratch Pad' screen allowing you to"        
  2679. "     enter any part that is not resident on your system. When you are in "       
  2680. "     the Scratch Pad screen you may enter a function `CA' and you will "         
  2681. "     be taken to the Calculate Cubic Ft/Yds Screen."                             
  2682. "8. Function S will take you to the Sub-assembly screen to enter"                 
  2683. "     quantities of sub-assemblies."                                              
  2684. "9. When through with either of the above 3 screens- entering a function "        
  2685. "     E will return you to the main Takeoff screen you started from."             
  2686. "PAGE.END"                                                                        
  2687. "             Extention Option Screen- program REMIND and EXTEND"                 
  2688. ""                                                                                
  2689. "-------------------------------------------------------------------------------" 
  2690. "The many options you have available in EXTEND and in SUM are all shown on"       
  2691. "this screen. Each option requires a Y/N or RETURN response. You may be asked"    
  2692. "for RATES- PERCENTAGES and MULTIPLIER entries based upon your responses."        
  2693. "-----------------------------------------------------------Labor Rate----------" 
  2694. "Do you want labor priced out during EXTEND? Y         rate 1? 10--- % ? 50---"   
  2695. "Use the same labor rate for all systems? N                 2? 12--- % ? 50---"   
  2696. "Hard copy detail estimate? N                               3? ----- % ? -----"   
  2697. "Print only the flagged items? N                            4? ----- % ? -----"   
  2698. "Print material list w/o prices? N     Composite labor rate 11------ OK? Y"       
  2699. "Use the price MULT stored on each syst recd? N        -----Shop Labor Rate---"   
  2700. "Which price structure? Ind Cost? Y    Retail? N   Act. Cost? N"                  
  2701. "   Want to enter PR MULT as each syst extends? N      rate 1? 9---- % ? 100--"   
  2702. "Use this price MULTIPLIER on the entire bid? 1.1           2? ----- % ? -----"   
  2703. "Use the labor MULT stored on each syst recd? N             3? ----- % ? -----"   
  2704. "   Want to enter LAB MULTS as each syst extends? N         4? ----- % ? -----"   
  2705. "                               Composite shop labor rate      9---- OK? Y"       
  2706. "Use this labor MULTIPLER on the entire bid.  1.2-"                               
  2707. "Use this shop labor MULT on the entire bid.  1---"                               
  2708. "Using sub-assemblies? Y  Note: Above options apply."                             
  2709. "Mounting different disks during the run? N"                                      
  2710. "Single line report? Y Double line? N "                                           
  2711. "Is your printer ready? Y Satisfied with options? Y       Print Rates/Mults? Y"   
  2712. "-------------------------------------------------------------------------------" 
  2713. ""                                                                                
  2714. "Features:"                                                                       
  2715. ""                                                                                
  2716. "1. This screen is a function of the REMIND program- allowing you to "            
  2717. "     establish the options in advance of running EXTEND. The screen is "         
  2718. "     stored permanently and is displayed in the first steps of EXTEND "          
  2719. "     program. Then you merely modify the responses for that particular "         
  2720. "     bid."                                                                       
  2721. "2. Some responses will cause the screen to skip other options which would"       
  2722. "     be obvious contradictions to the first option."                             
  2723. "3. When the EXTEND program obtains your approval with all the options- it"       
  2724. "     allows you to enter a 4 character `option ID' and then prints the "         
  2725. "     entire option screen as the first part of the Detail Bid Report."           
  2726. "4. The options that effect the PRINT and SUM program are passed along to"        
  2727. "     these programs automatically."                                              
  2728. "5. The labor rate entries that are combined into a composite labor rate"         
  2729. "     are edited. The component percentages must total 100%."                     
  2730. "6. Only 1 price structure selection is allowed.    "                             
  2731. "PAGE.END"                                                                        
  2732. "      SUM program function menu followed by Summary System Review screens"       
  2733. ""                                                                                
  2734. "           -----------------------------------------------------------"          
  2735. "                       Summary Program Function Menu"                            
  2736. ""                                                                                
  2737. "           1=Print Summary using totals from the EXTEND program."                
  2738. ""                                                                                
  2739. "           2=Same as above with ability to enter System Comments."               
  2740. ""                                                                                
  2741. "           3=Review each System from the EXTEND program- optionally"             
  2742. "             re-summarizing and adding System Comments."                         
  2743. ""                                                                                
  2744. "           All the above selections will lead you thru the standard Re-"         
  2745. "           minders to conclude the bid."                                         
  2746. ""                                                                                
  2747. "           E=Exit"                                                               
  2748. "           ------------------------------------------------------------"         
  2749. "           Enter menu selection 3"                                               
  2750. "-------------------------------------------------------------------------------" 
  2751. ""                                                                                
  2752. "===============================================================================" 
  2753. "Values from the PRINT program for system: COPPER SYSTEM"                         
  2754. ""                                                                                
  2755. "           This primary syst will be followed by: 2 similar syst(s)."            
  2756. " Ind Cost  Mult    Retail Mult    Cost  Mult  Labor Rate 11---- Shop Rt 9-----"  
  2757. "                                                Dollars Mult     Dollars Mult"   
  2758. " 86.02---- 1.1- 67.93---- 1--- 56.57---- 1--- 83.7----- 1---   31.32---- 1---"   
  2759. ""                                                                                
  2760. "                     Enter or modify Job ID as desired: 122"                     
  2761. "===============================================================================" 
  2762. "=====You may modify the following values to reflect your final bid summary=====" 
  2763. "===============================================================================" 
  2764. ""                                                                                
  2765. " Ind Cost  Mult    Retail Mult    Cost  Mult  Labor Rate 11---- Shop Rt 9-----"  
  2766. "                                                Dollars Mult     Dollars Mult"   
  2767. " 86.02---- 1.1- 67.93---- 1--- 56.57---- 1--- 83.7----- 1---   31.32---- 1---"   
  2768. ""                                                                                
  2769. "                  R=Revise Labor Rates   M=Revise Multipliers     M"             
  2770. "  X=eXtend hrs- apply mults & go   A=Apply mults & go   E=Exit- no action"       
  2771. "===============================================================================" 
  2772. "                    Mult on Pricing- Labor or Both? P/L/B B"                     
  2773. "-------------------------------------------------------------------------------" 
  2774. ""                                                                                
  2775. "Features:"                                                                       
  2776. ""                                                                                
  2777. "1. The EXTEND program has extended all 3 price structures and both labor "       
  2778. "     structures storing the resulting summary values on individual"              
  2779. "     Bid Control System records. These records are read- one at a time"          
  2780. "     by SUM and displayed on the upper portion of this screen and "              
  2781. "     initially re-displayed on the lower portion too. Then the screen "          
  2782. "     functon allows you to apply `what if' questions by revising the"            
  2783. "     labor rates and price and labor multipliers. (See following screen "        
  2784. "     which illustrates changed values.)"                                         
  2785. "PAGE.END"                                                                        
  2786. "2. If labor rates were applied in the EXTEND step- you will be blocked"          
  2787. "     with error messages from changing labor rates at this screen."              
  2788. "3. If labor rates were applied during the EXTEND step- the labor will be"        
  2789. "     labeled `Dollars'. If not they will be labeled `Hours'."                    
  2790. "4. When you enter screen function X or A to apply multipliers and rates"         
  2791. "     and `go'- the pricing and labor values that are displayed- are "            
  2792. "     re-computed and displayed on the lower portion of the screen. The "         
  2793. "     cursor then allows you to enter a 60 char. comment if desired before "      
  2794. "     bringing in the next system summary for review."                            
  2795. "5. If you wish to repeat the previous system's comment- entering an `R'"         
  2796. "     in the first comment position accomplishes this automatically."             
  2797. ""                                                                                
  2798. "             "                                                                   
  2799. ""                                                                                
  2800. ""                                                                                
  2801. ""                                                                                
  2802. "              System Review Screen illustrating labor rate change"               
  2803. "-------------------------------------------------------------------------------" 
  2804. "===============================================================================" 
  2805. "Values from the PRINT program for system: SHEET METAL SYSTEM"                    
  2806. ""                                                                                
  2807. "           This primary syst will be followed by: 2 similar syst(s)."            
  2808. " Ind Cost  Mult    Retail Mult    Cost  Mult  Labor Rate 1O.2-- Shop Rt 9-----"  
  2809. "                                                Hours   Mult     Hours   Mult"   
  2810. " 381.12--- 1--- 344.14--- 1--- 297.98--- 1--- 8.08----- 1---   0-------- 1---"   
  2811. ""                                                                                
  2812. "                     Enter or modify Job ID as desired: 122"                     
  2813. "===============================================================================" 
  2814. "=====You may modify the following values to reflect your final bid summary=====" 
  2815. "===============================================================================" 
  2816. ""                                                                                
  2817. " Ind Cost  Mult    Retail Mult    Cost  Mult  Labor Rate 15---- Shop Rt 11----"  
  2818. "                                                Dollars Mult     Dollars Mult"   
  2819. " 381.12--- 1--- 344.14--- 1--- 297.98--- 1--- 121.2---- 1---   0-------- 1---"   
  2820. ""                                                                                
  2821. "                  R=Revise Labor Rates   M=Revise Multipliers     X"             
  2822. "  X=eXtend hrs- apply mults & go   A=Apply mults & go   E=Exit- no action"       
  2823. "===============================================================================" 
  2824. "You have the option of entering any comment (60 chars.) defining this syst."     
  2825. "           Enter `R' in comment to Repeat the previous comment."                 
  2826. "  Comment: We raised the labor rate to accomodate overtime required.----"        
  2827. "-------------------------------------------------------------------------------" 
  2828. "PAGE.END"                                                                        
  2829. "                       Reminder Screen in--------------------------------------" 
  2830. "PAGE.END"                                                                        
  2831. "                       Reminder Screen in SUM program"                           
  2832. ""                                                                                
  2833. " ---------------------------------------------------------------------------"    
  2834. "       Revise Reminders- Job ID and Estimates. Enter Subs as appropriate."       
  2835. "           If Job ID is blank- it will be included in Misc Job Total"            
  2836. "                                                               Job  Amount"      
  2837. " Construction site office rent-------------------------------- 444  333-----"    
  2838. " Super's travel----------------------------------------------- 100  500-----"    
  2839. " Site utilities----------------------------------------------- 100  45------"    
  2840. " Long distance telephone-------------------------------------- 100  50------"    
  2841. " Equipment transportation------------------------------------- 444  150-----"    
  2842. " Sub contract for concrete work- ABC Builders----------------- 500  1675----"    
  2843. " ------------------------------------------------------------- ---  --------"    
  2844. " ------------------------------------------------------------- ---  --------"    
  2845. "                  C=Continue   M=More   P=Previous   E=Exit"                     
  2846. " ----------------------------------------------------------------------------"   
  2847. ""                                                                                
  2848. ""                                                                                
  2849. ""                                                                                
  2850. ""                                                                                
  2851. "Features:"                                                                       
  2852. ""                                                                                
  2853. "1. The REMIND program allows you to set up a permanent set of reminders"         
  2854. "     that are displayed on every bid summary step. The estimator bypasses"       
  2855. "     those that don't apply by entering zero dollars. He may optionally "        
  2856. "     assign a job number."                                                       
  2857. "2. Blank reminder records are available to use for any additional costs"         
  2858. "     that are required for that bid. This serves ideally for the place to "      
  2859. "     enter sub-contractor bid amounts. A total of 99 entries are "               
  2860. "     accomodated."                                                               
  2861. "PAGE.END"                                                                        
  2862. "                      Job Cost Data Entry Screen"                                
  2863. "       ---------------------------------------------------------"                
  2864. "          ----------------Enter Actuals Screen-----------------"                 
  2865. ""                                                                                
  2866. "          ABC Supermarket Bid ID: BB"                                            
  2867. ""                                                                                
  2868. "          Job# 123 Description Test Job 1----------"                             
  2869. "          Labor rate: 19.5-  Shop rate: 17.5- MatrlTot  ---------"               
  2870. "          LabTot ---------   ShpTot --------- NonMatTot ---------"               
  2871. ""                                                                                
  2872. "          MM/DD   Materl   Labor   ShpLab   Non-Matr   % Compl"                  
  2873. "                  Dollars   Hrs      Hrs    Dollars    to Date"                  
  2874. ""                                                                                
  2875. "          1/23    120---   11----  21----   0-----        10--"                  
  2876. ""                                                                                
  2877. "          1/30    111---   1-----  1-----   22----        11--"                  
  2878. ""                                                                                
  2879. "          2/7     122---   2-----  2-----   0-----        12--"                  
  2880. ""                                                                                
  2881. "          2/14    100---   12----  2-----   0-----        14--"                  
  2882. ""                                                                                
  2883. "          2/21    111---   11----  1-----   0-----        16--"                  
  2884. ""                                                                                
  2885. "       E=Exit  C=Continue  P=Previous  M=More  N=Next Job Recd -"                
  2886. "       ---------------------------------------------------------"                
  2887. ""                                                                                
  2888. "Features:"                                                                       
  2889. ""                                                                                
  2890. "1. Job file created automatically with Bid Summary program. "                    
  2891. "     Stores estimated job totals and labor rates and are "                       
  2892. "     displayed for revision if necessary. Accomodates 26"                        
  2893. "     weeks of actual costs."                                                     
  2894. "2.  This  data entry program takes you automatically to  the "                   
  2895. "      first vacant week for entry of material/labor and  "                       
  2896. "      estimated % completed."                                                    
  2897. "3.  The program allows you to add jobs to the file if needed"                    
  2898. "      and existing totals may be revised if work is assigned"                    
  2899. "      to different job breakdown after bid estimate."                            
  2900. "4.  Program prints Job Cost report computing actual per- "                       
  2901. "      centages to date by job and bid total. The report "                        
  2902. "      may be all weeks detailed to date or current week "                        
  2903. "      total cumulative to date."                                                 
  2904. "PAGE.END"                                                                        
  2905. "          --------------------------------------------------------"              
  2906. ""                                                                                
  2907. "          ----EstiBid System- Turbo Sub-assembly Function Menu----"              
  2908. ""                                                                                
  2909. "          1=Create Turbo Sub-assembly File for use in all bids."                 
  2910. ""                                                                                
  2911. "          2=Add or Change various Turbo sub-assembly component"                  
  2912. "               records- updating primary Master record."                         
  2913. ""                                                                                
  2914. "          3=Re-compute all Turbo sub-assembly prices and labor-"                 
  2915. "               optional hard copy breakdown of all sub-assemblies.          "    
  2916. "               Update prices and labor on primary Master record."                
  2917. ""                                                                                
  2918. "          4=Print Turbo sub-assembly material list for a bid-"                   
  2919. "               reading ALL system files used in the bid."                        
  2920. ""                                                                                
  2921. "          5=Print Turbo sub-assembly material list for a bid-"                   
  2922. "              reading SELECTED system files used in the bid."                    
  2923. ""                                                                                
  2924. "          6=Delete Turbo sub-assembly Recd- updating the primary "               
  2925. "              Master record."                                                    
  2926. ""                                                                                
  2927. "          E=Exit"                                                                
  2928. ""                                                                                
  2929. "Enter your menu selection. _ "                                                   
  2930. "          -------------------------------------------------------"               
  2931. "---------------------------------------------------------------------------"     
  2932. "-----------------Turbo Sub-Assembly Component Update Screen----------------"     
  2933. "     "                                                                           
  2934. "Sub Master Part # 1190___ Name SwBoxLeg Std I Plas(1-8) -Size Descrpt- Qnt"      
  2935. ""                                                                                
  2936. " Component Part # 1110___      Boxes Galv_________  1   StdFlPlastMnt_  1__"     
  2937. "                  1090___      EMT Connector______  1   1/2___________  1__"     
  2938. "                  1140___      Wall Switch________  1   SPST Ivory____  1__"     
  2939. "                  1270___      MakupWirePlasInsul   1   #14 2ft_______  1__"     
  2940. "                  _______"                                                       
  2941. "                  _______"                                                       
  2942. "                  _______"                                                       
  2943. "                  _______"                                                       
  2944. "                  _______"                                                       
  2945. "                  _______"                                                       
  2946. "              L=Locate Existg Sub- C=Chg- A=Add New Sub- E=Exit _"               
  2947. "                            Master Part Number _______ "                         
  2948. "---------------------------------------------------------------------------"     
  2949. ""                                                                                
  2950. "Features:"                                                                       
  2951. ""                                                                                
  2952. "1. Entering the Part # causes the program to locate the Master recd-"            
  2953. "    displaying the 20 char description of the primary Master recd."              
  2954. "2. Entering each component Part # causes the program to locate the"              
  2955. "    Master recd and display the description."                                    
  2956. "3. Entering the 1-8 size designation causes the size description to "            
  2957. "    display."                                                                    
  2958. "4. Now you enter the component quantity."                                        
  2959. "5. When all component entries are complete- the sub-assembly detail"             
  2960. "    is stored on the Turbosub file. "                                            
  2961. "PAGE.END"                                                                        
  2962. "----------------------------------------------------"                            
  2963. "----EstiBid System- Re-estimate Program Function----"                            
  2964. ""                                                                                
  2965. "1=Re-enter bid quantities and/or Master file prices-"                            
  2966. "     reading ALL system files used in the bid."                                  
  2967. ""                                                                                
  2968. "2=Re-enter bid quantities and/or Master file prices-"                            
  2969. "     reading SELECTED system files used in the bid."                             
  2970. ""                                                                                
  2971. "E=Exit"                                                                          
  2972. ""                                                                                
  2973. "-----------------------------------------------------"                           
  2974. "Enter your menu choice _"                                                        
  2975. ""                                                                                
  2976. ""                                                                                
  2977. "-----------------------------------------------------"                           
  2978. " Turbo Sub-assembly Record Review/Update Screen"                                 
  2979. "  Part #: _______                     Recd No.   ___"                            
  2980. "  Description: ____________________ Quant: ____"                                 
  2981. ""                                                                                
  2982. "Part Descript: ____________________ Part #:  _______"                            
  2983. "Size Descript  Quant  Ind Cst    Retail   Act Cost"                              
  2984. ""                                                                                
  2985. ".............  ______ ________   ________  ________"                             
  2986. ""                                                                                
  2987. "     C=Change Prices  E=Exit  ES=Exit System  __"                                
  2988. ""                                                                                
  2989. "-------------------------------------------------------"                         
  2990. ""                                                                                
  2991. "Features:"                                                                       
  2992. ""                                                                                
  2993. "1. As the program reads through the System file- it automatically"               
  2994. "    furnishes the above screen if the record is a Turbo"                         
  2995. "    Sub-assembly primary Master recd. It also gets all the com-"                 
  2996. "    ponent recds- one at a time- allowing you to revise the Turbo"               
  2997. "    Sub quantity or component quantity and/or pricing."                          
  2998. "2. When all components are reviewed- quantities and total pricing "              
  2999. "    are written into the primary Master recd."                                   
  3000. "PAGE.END"                                                                        
  3001. "____________________________________________________"                            
  3002. ""                                                                                
  3003. " System Record Review/Update Screen- Recd No. ___"                               
  3004. ""                                                                                
  3005. "  Description: Lumber 2 in_________  Part #: _______"                            
  3006. ""                                                                                
  3007. "Size Descript Quant   Ind Cst     Retail   Act Cost"                             
  3008. ""                                                                                
  3009. "2x4x8.......  ______ ________     ________ ________"                             
  3010. "2x4x10......  ______ ________     ________ ________"                             
  3011. "2x4x12......  ______ ________     ________ ________"                             
  3012. ""                                                                                
  3013. "C=Change Quantity and/or Prices  E=Exit  ES=Exit Sys __"                         
  3014. ""                                                                                
  3015. "-------------------------------------------------------"                         
  3016. ""                                                                                
  3017. "Features:"                                                                       
  3018. ""                                                                                
  3019. "1. As the program reads through the System file- it automatically"               
  3020. "    furnishes the above screen if the record is a normal Master "                
  3021. "    recd. It also displays all the sizes for the part with the"                  
  3022. "    pricing and quantities in effect for the bid."                               
  3023. "2. You review and change any quantities or prices."                              
  3024. "3. When you exit the screen the next recd in the System file is "                
  3025. "    read- repeating either this screen or the above Turbo Sub"                   
  3026. "    screen."                                                                     
  3027. "4. After reviewing/revising all the Systems- you are ready to"                   
  3028. "    run the Extend and Summary program steps."                                   
  3029. "END.OF.FILE"                                                                     
  3030. "                    Table of Contents"                                           
  3031. ""                                                                                
  3032. "       Detailed Description- How You Set It Up &"                                
  3033. "          How You Use It                                 2"                      
  3034. ""                                                                                
  3035. "       Random Access Master File Stores All Parts        2"                      
  3036. ""                                                                                
  3037. "       Initializing Random Access Files                  3"                      
  3038. ""                                                                                
  3039. "       Reorganizing the Data Base Files                  4"                      
  3040. ""                                                                                
  3041. "       Building the Size Code Table                      4"                      
  3042. ""                                                                                
  3043. "       Master File Updating                              5"                      
  3044. ""                                                                                
  3045. "       Printing the Master File                          6"                      
  3046. ""                                                                                
  3047. "       System Record Lengths                             6"                      
  3048. ""                                                                                
  3049. "       System Storage Requirements                       6"                      
  3050. ""                                                                                
  3051. "       Customized System Files Using the Table Program   6"                      
  3052. ""                                                                                
  3053. "       Tally Work Sheets for Each System                 7"                      
  3054. ""                                                                                
  3055. "       Table Refresh Program                             7"                      
  3056. ""                                                                                
  3057. "       Sub Assemblies to Speed Up the Bidding            8"                      
  3058. ""                                                                                
  3059. "       Turbo Sub is a Great Approach to Sub-Assemblies   8"                      
  3060. ""                                                                                
  3061. "       Non Material Reminder Items and Sub-Contractor    9"                      
  3062. ""                                                                                
  3063. "       Bid Control File                                  9"                      
  3064. ""                                                                                
  3065. "       Build the Bid System Files                       10"                      
  3066. ""                                                                                
  3067. "       Extract the Bid's Sub-assembly File              10"                      
  3068. ""                                                                                
  3069. "       Extract the Bid's Reminder File                  10"                      
  3070. ""                                                                                
  3071. "       Using the Bid Take Off Program                   11"                      
  3072. ""                                                                                
  3073. "       Scratch Pad Function in the Take Off Program     11"                      
  3074. "PAGE.END"                                                                        
  3075. "                     Table of Contents cont."                                    
  3076. ""                                                                                
  3077. "       Calculate Cubic Volumes or Surface Areas         12"                      
  3078. ""                                                                                
  3079. "       Cubes- Wedges- Rectangles & Triangles Pictured"                           
  3080. "          for Easy Dimension Entry                      12"                      
  3081. ""                                                                                
  3082. "       Easily Exit to Enter Sub-assembly Quantities     12"                      
  3083. ""                                                                                
  3084. "       Flagging Parts for Selective Printing on Detail  "                        
  3085. "          Bid                                           13"                      
  3086. ""                                                                                
  3087. "       Handling a Partially Completed System Take Off   13"                      
  3088. ""                                                                                
  3089. "       Handling Identical and Similar Systems           13"                      
  3090. ""                                                                                
  3091. "       The Bid Extension Program                        14"                      
  3092. "          "                                                                      
  3093. "       Wide Variety of Bid Options Stored on Reminder"                           
  3094. "          File                                          14"                      
  3095. ""                                                                                
  3096. "       Quick Revision of All Standard Options           14"                      
  3097. ""                                                                                
  3098. "       Automatically Retrieves and Extends All Related"                          
  3099. "          Parts                                         15"                      
  3100. ""                                                                                
  3101. "       Misc. Description and Quantities                 15"                      
  3102. ""                                                                                
  3103. "       Sub-assemblies Extended                          15"                      
  3104. ""                                                                                
  3105. "       Sheet Metal Extend and Detail Bid Print Program  15"                      
  3106. ""                                                                                
  3107. "       The Bid Summary Program                          16"                      
  3108. ""                                                                                
  3109. "       Many `What If' Options for Quick Bid Review/"                             
  3110. "          Revision                                      16"                      
  3111. ""                                                                                
  3112. "       Suppress Printing of Labor Rates and Multipliers"                         
  3113. "          If Desired                                    16"                      
  3114. ""                                                                                
  3115. "       Thw Job Cost Accounting Module                   17"                      
  3116. ""                                                                                
  3117. "       The Re-Estimate Program                          17"                      
  3118. ""                                                                                
  3119. "       The Erase Bid Utility Program                    18"                      
  3120. ""                                                                                
  3121. "       The TESTREAD and COPYMST Utility Programs        18"                      
  3122. ""                                                                                
  3123. "       BACK UP  BACK UP  BACK UP  BACK UP!!             18"                      
  3124. ""                                                                                
  3125. "       The BAKUP Program for Multiple Floppies          18"                      
  3126. ""                                                                                
  3127. "       EstiBid Master Record/Size Code Table Record"                             
  3128. "          Relationships                                 19"                      
  3129. "PAGE.END"                                                                        
  3130. "                     Table of Contents cont."                                    
  3131. ""                                                                                
  3132. "       Special Use of the Size Code Table for Sheet "                            
  3133. "          Metal                                         20"                      
  3134. ""                                                                                
  3135. "       Sheet Metal Labor by Lineal/Ft or Weight SqFt    21"                      
  3136. ""                                                                                
  3137. "       Summary Reports by Duct Size                     21"                      
  3138. ""                                                                                
  3139. "       Duct Hangers Handled as 1st Related Part         21"                      
  3140. ""                                                                                
  3141. "       Three Example Work Sheets to control entry       21"                      
  3142. ""                                                                                
  3143. "       Work Sheets with illustrations                22-24"                      
  3144. ""                                                                                
  3145. "       More on Random Access Master and Table Files     25"                      
  3146. ""                                                                                
  3147. "       Getting Started                                  27"                      
  3148. ""                                                                                
  3149. "       Back Up your Original EstiBid System Diskettes   30"                      
  3150. ""                                                                                
  3151. "       Steps to Get Started with EstiBid                31"                      
  3152. ""                                                                                
  3153. "       Bid Execution Steps                              33"                      
  3154. ""                                                                                
  3155. "       Detail Index                                     35"                      
  3156. ""                                                                                
  3157. "       Appendix 1 Detail Screen Control Functions       38"                      
  3158. ""                                                                                
  3159. "       Appendix 2 Duct/Fittings Labor & Pricing Based"                           
  3160. "          Upon Weight                                   41"                      
  3161. ""                                                                                
  3162. "END.OF.TABLE.CONTENTS"                                                           
  3163.